2012年4月21日

摘要: Spinner的使用Spinner在普通状态下不会将所有的选项展示在界面上,只有当其被单击后才显示,这样就减少了组建在界面中占用的面积,从而使得界面布局更加灵活常用属性和方法:属性: 方法说明Android:entries 设置选项getCount()获取选项总数setOnItemClickListener(AdapterView.OnItemClickListenerl) 注册单击监听器,当选项不支持单击事件时,将会抛出异常setOnItemSelectedListener(AdapterView.OnItemSelectedListenerl)注册选择监听器... 阅读全文
posted @ 2012-04-21 00:43 tianzhongjun008 阅读(548) 评论(0) 推荐(0)
 

2012年4月18日

摘要: 源自:http://blog.csdn.net/xieqibao/article/details/6682128 阅读全文
posted @ 2012-04-18 19:35 tianzhongjun008 阅读(112) 评论(0) 推荐(0)
 
摘要: 照做:http://www.hzlitai.com.cn/article/ARM11/SYSTEM/android.html 阅读全文
posted @ 2012-04-18 18:51 tianzhongjun008 阅读(100) 评论(0) 推荐(0)
 

2011年12月16日

摘要: CKeditor編輯器選項配置CKeditor像是一個WEB的小Word,當然也預設了很多相關編輯項目,相信很多人需要調整,那些項目要用那些不要用在ckeditor目錄下,有個Config.js未配置的內容如下:CKEDITOR.editorConfig = function( config ){// Define changes to default configuration here. For example:// config.language = 'fr';// config.uiColor = '#AADC6E';};目前配置內容如下:CKEDITO 阅读全文
posted @ 2011-12-16 21:48 tianzhongjun008 阅读(227) 评论(0) 推荐(0)