Welcome, Guest. Register Now!
   
Mark Forums Read Mark Forums Read Mark Forums Read


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-24-2008, 09:31 PM
Junior Member
 
Join Date: Apr 2008
Posts: 1
Default Zend Form Decorator problem

Well, I'm trying to make the following using decorators, but until now i didn't get it working. Also i can't find very usefull examples explaining the usage of decorators and the documentation also get me troubles. I hope some can help me here.

Well her is the code i'm trying to generate.
HTML Code:
   	    <dt>
    	    	<label for="username">Username:</label>
    	    	<br>
    	    	<span>Length must be between 3 and 20 characters.</span>
    	    </dt>
    	    <dd>
    	    	<input id="username" type="text" value="" name="username"/>
                     <ul class="errors">
                          <li>Value is empty, but a non-empty value is required</li>
                     </ul>
	    </dd>
I hope this is possible and someone can help me with it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 10:07 AM.