If I specify a css-class of my control like this:
- Code: Select all
<input name="LastName" id="LastName" value="" maxlength="190" type="text" class="textInput" />
then I'll have output like this
- Code: Select all
<input name="LastName" class="required validate-alpha" id="LastName" value="" maxlength="190" type="text" class="textInput" />
We understand that it have to be something like this:
- Code: Select all
<input name="LastName" id="LastName" value="" maxlength="190" type="text" class="textInput required validate-alpha" />
where I have one class-attribute.
This issue have been solved by me... but today i have updated my Module, backuping my old version. Now I'll try to realize this feature at the current version.
If someone have a solution plz tell me..<br><br>Post edited by: cuhuak, at: 2008/04/18 11:47
