oleung
Posts: 15
|
| Posted: 02/02/2005, 12:57 AM |
|
HI all,
The hideControl in CF seems not work for text box and text area box.
It works for label and links.
Help please
|
 |
 |
Nicole
Posts: 586
|
| Posted: 02/02/2005, 3:54 AM |
|
Hello,
Please try to follow the steps from CCS Help http://docs.codecharge.com/studio/html/index.html?http:...ontrol.html?toc
it should work for textboxes and textareas.
Actually I suppose that you cannot hide a control because you didn’t surround it with HTML comments.
_________________
Regards,
Nicole |
 |
 |
E43509
Posts: 283
|
| Posted: 02/02/2005, 4:58 AM |
|
Take a look at the generated code. You should find tests like <CFIF not (isdefined("hidemyform") and hidemyform)>
If you <CFSET HIDEmyform = TRUE> before show, it should work. I've used this before
|
 |
 |
Oliver Leung
|
| Posted: 02/02/2005, 8:46 AM |
|
Hi Nicole,
What do you mean
"surround it with HTML comments."? Can you explain a liitle bit more?
Thanks.
Oliver
Quote Nicole:
|
|
|
 |
DonB
|
| Posted: 02/12/2005, 8:37 PM |
|
Textboxes rely on you to enable this with "Extended HTML". This is selected
by a right click on the Textbox, choose Edit Textbox Layout, then checking
the checkbox on the layout dialog popup. This gives the control a "Visible"
property.
--
DonB
http://www.gotodon.com/ccbth
"oleung" <oleung@forum.codecharge> wrote in message
news:2420095f2e3a89@news.codecharge.com...
> HI all,
>
> The hideControl in CF seems not work for text box and text area box.
>
> It works for label and links.
>
> Help please
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
|