mdocter
Posts: 2
|
| Posted: 06/21/2010, 2:42 AM |
|
Hi there,
I want to use some jQuery JavaScript plugins on my forms which require the 'type=text' attribute on normal text input fields, but when I add those on the input fields they get removed after code generation/publishing. It only happens when the 'type' attribute has the value 'text'.
Does somebody know a workaround for this issue?
Please let me know.
Kind regards,
Maarten
|
 |
 |
magus
Posts: 98
|
| Posted: 06/26/2010, 5:01 AM |
|
Hello Mdocter,
I think that the code you are using is invalid html and that may be why it is being removed.
The "text" needs to be enclosed in double quotes.
This example works in an editable grid.
<input id="firstname" value="" name="firstname_1" type="text" />
This worked in a record:
<input id="catSearchs_full_name" value="" maxlength="50" size="30" name="s_full_name" type="text" />
Regards,
Don A
|
 |
 |
mdocter
Posts: 2
|
| Posted: 06/26/2010, 1:34 PM |
|
Hi Magus,
Thanks for the reply. I tried adding the property manually to the HTML and in that case it stays available. If I add / assign the property by using the 'Properties' window->'Format' tab, in that case it isn't applied correctly or removed immediately.
So I'll add it manually by modifying the HTML.
Ciao,
Maarten
|
 |
 |
mamboBROWN
Posts: 1713
|
| Posted: 08/15/2010, 8:25 AM |
|
mdocter,
If your issue has been resolved then please add [Resolved] or [Solved] to the thread title. Thanks.
|
 |
 |
|