PHP Classes

File: wdForm-1.0/models-form/Simple.xml

Recommend this page to a friend!
  Classes of Wesley David   wdForm   wdForm-1.0/models-form/Simple.xml   Download  
File: wdForm-1.0/models-form/Simple.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: wdForm
Generate and process HTML forms
Author: By
Last change: Update of wdForm-1.0/models-form/Simple.xml
Date: 4 months ago
Size: 2,734 bytes
 

Contents

Class file image Download
<?xml version='1.0' standalone='yes'?> <formIt> <inputs> <inputAll> <![CDATA[ <div %grid%> %content% </div> ]]> </inputAll> <attributesAll></attributesAll> <text> <![CDATA[ <label>%label%</label><br /> %input% <span>%obs%</span> <span>%erro%</span> ]]> </text> <select> <![CDATA[ <div class='col-sm-12'> <label>%label%</label><br /> %input% <div class='col-sm-12'> %erro% </div> </div> ]]> </select> <textarea> <![CDATA[ <label>%label%</label><br /> %input% ]]> </textarea> <submit> <attributes> <class>btn btn-large btn-primary pull-right</class> </attributes> <![CDATA[<br />%input%]]> </submit> <radio> <![CDATA[ <ul class='nav'> %content% </ul> ]]> <input> <![CDATA[<li>%input% %label%</li>]]> </input> </radio> <checkbox> <![CDATA[ <ul class='nav'> %content% </ul> ]]> <input> <![CDATA[<li>%input% %label%</li>]]> </input> </checkbox> <file> <attributes> <class><![CDATA[form-control input-lg]]></class> <grid><![CDATA[class="col-sm-4"]]></grid> </attributes> <![CDATA[ <div class='col-sm-12'> <label>%label%</label><br /> %content% </div> <div class='col-sm-12'> %erro% </div> ]]> <input> <![CDATA[ <div %grid%> <div class="form-group"> %input% </div> </div> ]]> </input> </file> </inputs> <content> <![CDATA[ %wdForm-form% %wdForm-inputs% %wdForm-button% </form> ]]> </content> </formIt>