阿洲
码龄10年
  • 96,684
    被访问
  • 21
    原创
  • 511,412
    排名
  • 1
    粉丝
关注
提问 私信
  • 加入CSDN时间: 2012-03-13
博客简介:

azhou2012的专栏

查看详细资料
个人成就
  • 获得0次点赞
  • 内容获得1次评论
  • 获得7次收藏
创作历程
  • 50篇
    2012年
成就勋章
TA的专栏
  • dsds
  • 和色大辞典
  • 最近
  • 文章
  • 资源
  • 问答
  • 帖子
  • 视频
  • 课程
  • 关注/订阅/互动
  • 收藏
搜TA的内容
搜索 取消

JS类的建立和使用

//类的建立和使用例子一 document.write("类的建立和使用例子一"); function Person (myName,myAge) { //创建类的属性age,nickName this.age = myAge; this.nickName = myName; //创建类的方法showInfo this...
原创
发布博客 2012.04.11 ·
69 阅读 ·
0 点赞 ·
0 评论

练手的~

无标题文档table{border-collapse:collapse;}td {height:30px; border:1px solid #CCC; padding:5px;}input{height:20px; border:1px solid #CCC; padding:0 5px;}function calculate(){ var pri...
原创
发布博客 2012.04.05 ·
51 阅读 ·
0 点赞 ·
0 评论

a1010101010


app-all.js - This file is a minimized build of your application plus all of the Ext JS classes required to run it. It is the minified and production-ready version of all-classes.js + app.js.该文件是一个最小
原创
发布博客 2012.04.01 ·
340 阅读 ·
0 点赞 ·
0 评论

aaa9999



sencha create jsb -a index.html -p app.jsb3


For applications built on top of a dynamic server-side language like PHP, Ruby, ASP, etc., you can simply replace index.html with the actual URL of
原创
发布博客 2012.04.01 ·
1350 阅读 ·
0 点赞 ·
0 评论

a888888888


ext-all.js - This is a minified version of ext-all-debug.js that can be used in production environments, however, it is not recommended since most applications will not make use of all the classes t
原创
发布博客 2012.04.01 ·
520 阅读 ·
0 点赞 ·
0 评论

a77777777



To fix this, we can add this one line of code above the call to Ext.application:为了解决这个问题,我们可以添加一行Ext.application这上面调用代码:

Ext.require('Ext.container.Viewport');

This will ensure that the file
原创
发布博客 2012.04.01 ·
564 阅读 ·
0 点赞 ·
0 评论

a66555555555555



2.2 动态加载Dynamic Loading

Open the Chrome Developer Tools and click on the Console option.  Now refresh the Hello Ext application.  You should see a warning in the console that looks like this:打开
原创
发布博客 2012.04.01 ·
437 阅读 ·
0 点赞 ·
0 评论

a55555555555555



<html>
<head>
    <title>Hello Ext</title>

    <link rel=\"stylesheet\" type=\"text/css\" href=\"extjs/resources/css/ext-all.css\">
    <script type=\"text/j
原创
发布博客 2012.04.01 ·
280 阅读 ·
0 点赞 ·
0 评论

a4444444444444


extjs contains the Ext JS 4 SDK files包含了Ext JS 4 SDK文件
resources contains additional CSS and image files which are responsible for the look and feel of the application, as well as other static reso
原创
发布博客 2012.04.01 ·
278 阅读 ·
0 点赞 ·
0 评论

a33333333333333333




Windows - \"C:\\Program Files\\Apache Software Foundation\\Apache2.2\\htdocs\"
Linux - \"/var/www/\"
Mac OS X - \"/Library/WebServer/Documents/\"



Once you have finished installing Apach
原创
发布博客 2012.04.01 ·
345 阅读 ·
0 点赞 ·
0 评论

a22222222222



Even though a local web server is not a requirement to use Ext JS 4, it is still highly recommended that you develop with one, since XHR over local file:// protocol has cross origin restriction
原创
发布博客 2012.04.01 ·
313 阅读 ·
0 点赞 ·
0 评论

a111111111111

Ext.data.JsonP.getting_started({"guide":"开始了解EXT 4 Getting Started

Contents目录

1. 环境要求Requirements
2. 应用程序构造Application Structure
3. 调度Deployment
4. 进一步阅读Further Reading



1. 环境要求Requir
原创
发布博客 2012.04.01 ·
270 阅读 ·
0 点赞 ·
0 评论

翻译的data文件2

{"name":"drawing_and_charting","title":"绘图和制图","description":"绘图和图表包,使您可以创建跨浏览器和跨设备的图形,在一个通用的方式。"},{"name":"forms","title":"表单包","description":"使您能够创建与外部数据包备份强大的表单"},{"name":"theming","title":"Theming
原创
发布博客 2012.04.01 ·
287 阅读 ·
0 点赞 ·
0 评论

翻译的data文件1

,"guides":[{"items":[{"name":"getting_started","title":"Ext JS 4入门","description":"这对引进的Ext JS 4解释如何可以开始创建您的第一个应用程序。"},{"name":"upgrade","title":"升级指南","description":"了解什么是新的Ext JS 4.0,以及如何升级现有的应用程序"}
原创
发布博客 2012.04.01 ·
290 阅读 ·
0 点赞 ·
0 评论

代码字符批量替换修改工具 V1.0

发布资源 2012.03.31 ·
exe

自己的连手的jquery2

EOT Font (IE不支持.ttf和.otf)            -moz-box-shadow: 1px 1px 3px #999999;    -webkit-box-shadow: 2px -2px 3px #fff inset; text-shadow:1px 1px 1px #fff;background:#000; line-height:36px; margi
原创
发布博客 2012.03.31 ·
351 阅读 ·
0 点赞 ·
0 评论

自己的连手的jquery

个人信息                      姓名:ShenQingZhou        职业:Designer 5 years        邮箱:Masterpink2006@sohu.com                    经历        公司        地址和网址        2012-02/20-------
原创
发布博客 2012.03.31 ·
259 阅读 ·
0 点赞 ·
0 评论

index翻译

Base基础Class System 类系统Support 支持Application Architecture 应用架构DOM & Browser DOM和浏览器View 视图Containers & Panels 容器及面板Layouts 布局Draw 画Components 组件Tree 树Toolbar 工具栏Menu 菜单
原创
发布博客 2012.03.31 ·
264 阅读 ·
0 点赞 ·
0 评论

EXT4.1翻译心得

1.修改index.html2.data.js控制左边导航及右边默认页(包括"guides": "videos": "examples":)app.js控制右边TOP部分通用的属性等:Show private classes显示私有类查看来源View source...cfg:"Configs 配置项",property:"Properties 属性",
原创
发布博客 2012.03.31 ·
635 阅读 ·
0 点赞 ·
0 评论

Ext JS的4.1.0的RC 1的发行说明

Ext JS的 - JavaScript框架Ext JS的4.1.0的RC 1的发行说明发行日期:2012年3月13,版本号:4.1.0的RC 1修正的错误钮EXTJSIV-5129  按钮不坚持宽度设置在IE9图表EXTJSIV-4416  图表标签EXTJSIV-5459  设置在渲染隐藏的标记,有没有效果,图
翻译
发布博客 2012.03.30 ·
12581 阅读 ·
0 点赞 ·
1 评论
加载更多