Robert Bullock
|
| Posted: 08/30/2001, 9:04 AM |
|
Is there anyway to programmatically modify the titles for the forms? I would
like to replace the titles with images. I thought that just about everything
in CodeCharge was accessible via an object model, but I've never seen a full
object model reference... Just a few variables and such.
Robert
|
|
|
 |
CodeCharge
|
| Posted: 08/30/2001, 3:39 PM |
|
Which language do you use ?
If you use any of the languages with Templates, then you may enter custom
tag in the Form Title, like:
<img src="{my_field}">
This is assuming that "my_field" is an actual field from your database
containing image URL, which should be placed on the form as a Hidden field.
"Robert Bullock" <robert@upstateis.com> wrote in message
> Is there anyway to programmatically modify the titles for the forms? I
would
> like to replace the titles with images. I thought that just about
everything
> in CodeCharge was accessible via an object model, but I've never seen a
full
> object model reference... Just a few variables and such.
>
> Robert
>
>
|
|
|
 |
|