Hi people, it´s me bothering again hehehe
I have 2 doubts, but same subject.
When i create a input using $this->Form->input('name') for example, it
outputs something like this:
<div class="input text">
<label>Name</label>
<input type="text" />
</div>
If is use a class as option, it will put the class at <input>, What i need
is to use another class directly in <div>, like the example:
<div class="input text *customclass*">
<label>Name</label>
<input type="text" />
</div>
Is there anyway to do this?
AND, is there anyway to output the formated like this?
<div class="input text">
<label>Name</label>
<div class="input"><input type="text" /></div>
</div>
--
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
Visit this group at http://groups.google.com/group/cake-php?hl=en-US.