随笔分类 -  ext

摘要:css 在input页面中,需要隐藏其输入框的样式,使用 .input_transparant{ background-color: transparent; border-color: transparent; } 如果需要使其 不能获得焦点,添加 readonly="true" | readon 阅读全文
posted @ 2017-09-07 22:39 AlisonGavin 阅读(228) 评论(0) 推荐(0)
摘要:Ext2.2 关于Ext.util.JSON.decode()与encode()的简介 Ext.util.JSON.decode(String json): object 这是把json字符串转换成json对象, json解码 Ext.util.JSON.encode(Mix o): String 阅读全文
posted @ 2017-06-24 17:02 AlisonGavin 阅读(276) 评论(0) 推荐(0)