码迷,mamicode.com
首页 >  
搜索关键字:extjs grid cell tooltip    ( 11085个结果
magento后台开发学习笔记一(入门实例向)
目的是做一个grid,参考博客http://www.sunzhenghua.com/magento-admin-module-development-part1-grid-forms-tabs-controllers,由于少了很多基础的配置,我便补充了一下一。开发的目录结构如下:Jago->Empl...
分类:其他好文   时间:2014-05-26 16:17:01    阅读次数:312
为11.2.0.2 Grid Infrastructure添加节点
转自:http://www.askmaclean.com/archives/add-node-to-11-2-0-2-grid-infrastructure.html在之前的文章中我介绍了为10g RAC Cluster添加节点的具体步骤。在11gr2中Oracle CRS升级为Grid Infra...
分类:其他好文   时间:2014-05-26 15:22:31    阅读次数:335
default listener is not configured in grid infrastructure home
Oracle Restart enable database creation requries Default listener configured and running in Grid Infrastructure home,Use NETCA in Grid Infrastructure ...
分类:其他好文   时间:2014-05-26 15:21:07    阅读次数:276
让TabelView视图中自定义的Toolbar固定(不随cell的移动而移动)
//在viewDidLoad方法中创建Toolbartoolbar = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 320, 66)];toolbar.backgroundColor = [UIColor redColor];//添加到tableVi...
分类:移动开发   时间:2014-05-26 13:29:07    阅读次数:207
highcharts属性设置
http://www.hcharts.cn/ Highcharts中文网tooltip: { crosshairs: true, shared: true },加入此属性后,数据点提示框会将几个数据点全都显示出来,默认的话,数据点提示...
分类:其他好文   时间:2014-05-26 09:02:57    阅读次数:247
extjs笔记(一) ext.onready()用法
定义:加载完ExtJs库之后,开始加载OnReady中指定的函数参数:onReady( fn, scope, options )fn回调函数 表示要执行的函数scope表示函数的作用域表示函数执行的一些其它特性,比如延迟多少毫秒执行等,大多数情况下只需要第一个参数即可。事例探究一:加载方法的作用a....
分类:Web程序   时间:2014-05-26 08:39:40    阅读次数:300
前端开发框架选型清单
随着Web技术的不断发展,前端开发框架层出不穷,各有千秋,开发者在做技术选型时总是要费一番脑筋,最近,IBM高级工程师王芳侠撰文对Bootstrap、jQuery UI、jQuery Mobile、Sencha ExtJS、Sencha Touch、Sencha GXT、Dojo、Dojo Mobi...
分类:其他好文   时间:2014-05-26 08:23:10    阅读次数:268
【LeetCode】Word Search
Word SearchGiven a 2D board and a word, find if the word exists in the grid.The word can be constructed from letters of sequentially adjacent cell, wh...
分类:其他好文   时间:2014-05-26 08:21:06    阅读次数:310
Win8 Metro风格的Web桌面HteOS
前言以前天天折腾ExtJS,折腾累了。最近这段时间开始用jquery来做一些东西,发现还是蛮有意思的。但是做到最后才发现,原来做好设计真的非常重要。上图就是HteOS项目的截图,目前正在开发中。不多现在你可以访问http://www.hteos.com进行体验         做Web桌面,最基本的功能包括:自定义桌面、桌面磁贴自动排列、磁贴拖拽、窗口、右键等功能都具备,看到了那么多Web桌面,发...
分类:Windows程序   时间:2014-05-26 04:02:58    阅读次数:492
Extjs 4 如何动态加载 Controller
Ext.application.prototype.addController = function (name) { var me = this; var controller = AM.getApplication().getContr...
分类:Web程序   时间:2014-05-24 13:16:31    阅读次数:359
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!