Title: Fomatter for textbox Post by: varonica on June 19, 2013, 09:15:39 PM Hi everyone!!!
Can we use formatter method with textbox ? Example: <input type="text" id="url" name="url" placeholder="Type here" class="easyui-validatebox" data-options="validType:'url', formatter:function formatter(value){ return 'http://'+ value; }" > Please help me!!! :'( :'( :'( Title: Re: Fomatter for textbox Post by: Punkerr on June 21, 2013, 01:58:42 PM Maybe this could help you (using prefix):
Code: <input id="txt_pli0" class="easyui-numberbox numberbox-f validatebox-text" value="0.00" data-options="precision:2,groupSeparator:',',decimalSeparator:'.',prefix:'US$'" style="width:164px;text-align:right;" numberboxname="planillaimp"> Title: Re: Fomatter for textbox Post by: varonica on June 21, 2013, 06:28:34 PM Thanks for reply me, but it's a textbox not a numberbox :'( Please help me!!!!
|