无标题文档
系统 2019-08-29 23:07:52 2566
如题!ExtDesigner是ExtJS3.0的官方的可视化IDE,可视化拖拽控件,官方说明:DesignerPreviewConstructingyourinterfacesincodewillbeathingofthepast.WearereleasingaDesignerPreviewthatwillallowyoutoexperimentwiththedesignerinterfaceandtoexplorehowconfigsaffectyour
系统 2019-08-29 22:49:54 2566
ListView的SimpleAdapter有很好的扩展性,可以定义各种不同的布局,可以放上图片、Button、CheckBox等等,本文实现一个带有前后图标的列表视图:列表中item的组成:(R.id.img_pre)(R.id.text)(R.id.img)首先定义用来显示列表中item的layout文件list_item2.xml:
系统 2019-08-29 22:46:00 2566
一.多文件上传【客户端处理脚本的例子】