|
Title: EasyUI function suggested Post by: livelife on August 10, 2014, 05:31:57 AM 1、TextBox
add Properties "maxlength" <input class="easyui-textbox textbox-f" data-options="required:true,value:'商品名称'" textboxname="Name" style="display: none;"> <span class="textbox" style="width: 282px; height: 23px;"> <input type="text" class="textbox-text validatebox-text" autocomplete="off" placeholder="" style="margin-left: 0px; margin-right: 0px; padding-top: 4px; padding-bottom: 4px; width: 274px;" maxlength="10"> <input type="hidden" class="textbox-value" name="Name" value="商品名称"> </span> 2、Calendar add Properties "startDate" add Properties "endDate" thank you |