Jer
Posts: 25
|
| Posted: 05/09/2008, 8:27 PM |
|
I'm trying to make a form visible/invisible based on a checkbox.
According to the help file:
The Extended HTML functionality allows developers to hide controls dynamically and make their "Visible" property accessible
Note: Most of the controls need Extended HTML property checked, which allows them to be hidden. This property is available after selecting Edit ... from the context menu of the control during design-time.
==
I must be blind because I've searched for "Extended HTML" and I can't find it. Can anyone provide a clearer example of where it's located?
Thanks,
Jer
|
 |
 |
wkempees
Posts: 1679
|
| Posted: 05/10/2008, 2:02 AM |
|
Quick response:
The ExtendedHtml, as i seem to remember, as a property was dropped as of CCS3.x.
From 3.x on the properties of a component contain 'Visible', and this propertie can be programmaticaly altered.
Visible [Yes|No|Dynamic]
Also Panels were introduced as a way to add this functionality to almost any control.
HTH
Walter
_________________
Origin: NL, T:GMT+1 (Forumtime +9)
CCS3/4.01.006 PhP, MySQL .Net/InMotion(Vista/XP, XAMPP)
if you liked this info PAYPAL me: http://donate.consultair.eu
|
 |
 |
Jer
Posts: 25
|
| Posted: 05/10/2008, 10:49 AM |
|
Thank you.
I was wondering if the docs were incorrect. What I posted was straight from the documentation of CCS 4.0.
Nothing like RTFM and it's incorrect.
Jer
|
 |
 |
wkempees
Posts: 1679
|
| Posted: 05/10/2008, 4:30 PM |
|
http://forums.codecharge.com/posts.php?post_id=96369
Working on it..... they are.
_________________
Origin: NL, T:GMT+1 (Forumtime +9)
CCS3/4.01.006 PhP, MySQL .Net/InMotion(Vista/XP, XAMPP)
if you liked this info PAYPAL me: http://donate.consultair.eu
|
 |
 |
|