码迷,mamicode.com
首页 >  
搜索关键字:textarea tab    ( 21659个结果
pycharm每日技巧-2
When using Code Completion, you can accept the currently highlighted selection in the popup list with the Tab key.Unlike accepting with the Enter k...
分类:其他好文   时间:2014-08-08 09:33:15    阅读次数:252
jQuery全屏插件Textarea Fullscreen
插件描述Textarea Fullscreen是一个jquery插件,可以将textarea设置为全屏模式使用方法引用jquery.js,jquery.textareafullscreen.js和textareafullscreen.css...
分类:Web程序   时间:2014-08-08 02:06:25    阅读次数:366
expdp 导出sys用户下的表报错ORA-39165 和ORA-39166
expdp 导出sys用户下的表报错ORA-39165 和ORA-39166...
分类:其他好文   时间:2014-08-08 02:04:35    阅读次数:1534
更改android actionbar tab文字颜色
1 在res/values/colors.xml#000000 #886C2A2 /res/color 定义文件 tab.xml3 res/values/styles.xml4 在同个文件style name="Theme.yourTheme" parent="@style/Theme.Sherlo...
分类:移动开发   时间:2014-08-08 01:51:25    阅读次数:221
TML5
1、document.hidden 支持page visibility的浏览器在document上添加一个hidden属性(不同浏览器可能需要前缀,如webkitHidden),看当前tab页是否激活,激活(focus)时document.hidden属性是false,否则是true。 docu.....
分类:其他好文   时间:2014-08-07 18:04:20    阅读次数:416
Ext tab键事件和回车事件
1 listeners: { 2 afterRender: function(thisForm, options){ 3 this.keyNav = Ext.create('Ext.util...
分类:其他好文   时间:2014-08-07 12:37:29    阅读次数:272
[转]oracle 常用的指令
1、显示当前用户名 select user from dual; show user2、显示当然用户有哪些表 select * from tab;3、显示当所有用户的表 select * from user_tables;4、显示当有用户可以访问表 select * from all_tables;...
分类:数据库   时间:2014-08-07 12:22:09    阅读次数:263
Android学习路线(六)为Android应用添加ActionBar
Action bar 是你可以为你的应用的Activity实现的最为重要的设计元素之一。它提供了集中UI特性,并且通过提供和其他的Android应用的一致性体验让你的应用能够很快被用户熟悉。主要的功能包括: 一个专用的显示应用表示的地方,并且能够指出用户当前在应用中的位置。 用户能够很方便地访问重要的功能(例如搜索)。 提供视图切换导航(通过tab,或者下拉列表)。...
分类:移动开发   时间:2014-08-06 22:55:42    阅读次数:355
ckeditor 使用手册
CKEditor使用手册在使用CKEditor过程中遇到了一些问题,现把它整理成手册,以便随时翻阅. 在页面中引入ckeditor核心文件ckeditor.js 需要新建实例,假若CKEditor实例已存在 if (CKEDITOR.instances['textarea_name']){ ...
分类:其他好文   时间:2014-08-06 22:00:22    阅读次数:219
Android滑动页面导航效果: PagerSlidingTabStrip
把github上的PagerSlidingTabStrip稍作修改: tab的文字颜色选中变色(原版文字不变色) 栗子:http://download.csdn.net/detail/onlyonecoder/7722021 PagerSlidingTabStrip 自定义属性列表: pstsIndicatorColor Color of the sliding i...
分类:移动开发   时间:2014-08-06 19:15:13    阅读次数:321
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!