Ext.onReady(function () { Ext.create('Ext.tab.Panel', { title: 'Ext.tab.Panel 示例', frame: true, height: 150, width: 300, activeTab: 1, rende... ...
分类:
Web程序 时间:
2016-11-24 07:03:32
阅读次数:
284
Ext.onReady(function(){ Ext.create('Ext.container.Viewport', { layout: 'border', items: [{ title: '1', region: 'north', html: ' 首页', height: 100 }, { ... ...
分类:
Web程序 时间:
2016-11-24 06:18:57
阅读次数:
211
Ext.panel.Panel.html Ext.panel.Panel.js /// Ext.onReady(function () { Ext.create('Ext.panel.Panel', { title: '面板头部', tbar: [ { text: 'Button 1', ... ...
分类:
Web程序 时间:
2016-11-23 16:28:24
阅读次数:
151
using System.Collections.Generic; using System.Web.Http; using ExtJS.WebApi.Data; namespace ExtJS.WebApi.Controllers { [RoutePrefix("api/Book")] publi... ...
Ext.onReady(function () { var toolbar = new Ext.toolbar.Toolbar({ renderTo: 'toolbar' }); toolbar.add([ { text: '新建', handler: onButtonCl... ...
分类:
Web程序 时间:
2016-11-19 15:59:37
阅读次数:
211
Ext.onReady(function () { var toolbar = new Ext.toolbar.Toolbar({ renderTo: 'toolbar' }); var fileMenu = new Ext.menu.Menu({ shadow: 'frame', allowOth... ...
分类:
Web程序 时间:
2016-11-19 15:36:35
阅读次数:
300
Ext.Msg.alert Ext.MessageBox.alert(标题,消息,回调函数,scope) function ShowMsg() { Ext.MessageBox.alert("消息", "您好!"); } var config = { title: "消息", msg: "您好!" ... ...
分类:
Web程序 时间:
2016-11-19 13:01:34
阅读次数:
418
1、例如想要实现以下功能,本来model中只有用户的firstname和lastname,但是在grid中展示还需要展示用户姓名,或者只展示用户姓名 2、当前如果想让两行显示两列显示 此时可以设置它的 columns : 4 属性,主要确保两列的宽度不大于面板宽度即可,不然会被遮挡,这里是一个日期选 ...
分类:
Web程序 时间:
2016-11-18 12:02:04
阅读次数:
373
概述 最近一直在做相关ExtJs方面的项目,遇到了ExtJs使用方面的一系列问题,现在将使用技巧做个记录汇总,以便于下次能够快速使用。以下都是ExtJs控件的常用方法,做简单汇总,俗话说,好记星不如烂笔头,总一天会使用的。 基础控件使用技巧 1、Grid表格操作:获取Store的数据信息和操作列表行 ...
分类:
Web程序 时间:
2016-11-17 23:24:41
阅读次数:
271
说明:hadoop用的是hadoop-2.5.0-cdh5.3.6 Oozie用的是oozie-4.0.0-cdh5.3.6 该测试环境用户名为hadoop 主机名为hadoop01 2.4安装部署 (1)下载上传到目录: /opt/software/cdh-5.3.6 一个安装包 一个ExtJS包 ...
分类:
其他好文 时间:
2016-11-16 02:20:38
阅读次数:
323