easyUI文本框textbox笔记
知識點:
1.圖標位置?Icon Align屬性,有left和right兩個;
2.textbox的setvalue方法,getvalue方法。
?
<div style="margin:10px 0 20px 0">
<span>Select Icon Align: </span>
<select οnchange="$('#tt').textbox({iconAlign:this.value})">
? ? ? <option value="right">Right</option>
? ? ? <option value="left">Left</option>
</select>
</div>
<input id="tt" class="easyui-textbox" style="width:400px" data-options="
? ? ?prompt: 'Input something here!',
? ? ?iconWidth: 22,
? ? ?icons: [{
? ? ? ? ?iconCls:'icon-add',
? ? ? ? ?handler: function(e){
? ? ? ? ?$(e.data.target).textbox('setValue', 'Something added!');
? ? ? ? ? }
? ? },
? ?{
? ? ? ? ?iconCls:'icon-remove',
? ? ? ? ?handler: function(e){
? ? ? ? ?$(e.data.target).textbox('clear');
? ? ? ? }
? ?},
? ?{
? ? ? iconCls:'icon-search',
? ? ? handler: function(e){
? ? ? var v = $(e.data.target).textbox('getValue');
? ? ? alert('The inputed value is ' + (v ? v : 'empty'));
? ? ? ?}
? ? }]
">
轉載于:https://www.cnblogs.com/Lxiaojiang/p/5927244.html
總結
以上是生活随笔為你收集整理的easyUI文本框textbox笔记的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 机顶盒系统升级服务器地址,网络机顶盒怎么
- 下一篇: 解决对象转json字符串时对象属性不按对