百度空间 | 百度首页 
 
文章列表
 
您正在查看 "Ext" 分类下的文章

2008-06-25 16:08
/* Fix for Firefox 3 */
.x-date-middle {
width: 160px;
}

.x-grid3 table {
table-layout:fixed;
}
类别:Ext | 评论(0) | 浏览()
 
2008-06-25 16:06
I know you are getting a huge list of FF3 problems so I thought I would add to the pile .

FF3 now correctly respects z-indexes... yay ff3! Although, it looks like Ext has been depending on this z-index bug.

I am not sure how Ext decides what z-index to use but something needs to be fixed. I am masking a particular panel using:

panel.getEl().mask();

The z-index
类别:Ext | 评论(0) | 浏览()
 
2008-03-25 11:01
By default, Ext Forms are submitted through Ajax, using Ext.form
类别:Ext | 评论(0) | 浏览()
 
2008-03-04 17:37
Ext support AIR , your code will be a
AIR APIs

First, lets cover some of the AIR APIs that were used:

NativeWindow
var win = new Ext.air.NativeWindow({
    id: winId,
    file: 'task.html',
    width:500,
    height:350,
    resizable: true
});

Ext.sql.*
The Ext.data.Store/Record and AIR Sqlite API got an upgrade from the asynchronous database access i
类别:Ext | 评论(0) | 浏览()
 
2008-01-29 17:06
firfox throw NS_ERROR_XPC_JS_THREW_STRING error .just add autocomplete: 'off', can avoid this.
in forum , someone dou


            var email=new Ext.form.TextField({
                fieldLabel: 'Email',
                name: 'email',
           
类别:Ext | 评论(0) | 浏览()
 
2008-01-29 15:17
mydataStore在load 事件中才可以访问.


var mydataStore= new Ext.data.Store(....);
//改变已经加载的dataStore.
mydataStore.on('load',function(){
    for(var x=0;x<mydataStore.getCount();x++){
    mydataStore.getAt(x).data['data']=unescape(mydataStore.getAt(x).get('data'));
    mydataStore.getAt(x).commit();
    }       
});
添加一条记录到datastore.
类别:Ext | 评论(0) | 浏览()
 
2008-01-25 17:05
Unix 时间 Ext 转换办法
Code:

function dateFormat(value
类别:Ext | 评论(0) | 浏览()
 
2008-01-19 18:51
有一个很好的Ext资源,能产生google chart LINK.
http://almaer.com/chartmaker/

http://chart.apis.google.com/chart?cht=s&chxt=x,y&chs=280x140&chtt=My%20Graph&chd=s:GMS,MSM&chxl=0:|1|10|20|30|40|50|60|70|80|90|100|1:|1|50|100

类别:Ext | 评论(0) | 浏览()
 
2008-01-18 09:46

今天不写黑帽SEO的事了,写一点与之相关的。

黑帽SEO最常见的就是博客论坛群发。我个人没用过,也不打算用,群发软件也没看过,所以不知道其中有什么技巧。今天只是站在一个博客作者的角度说说哪些博客留言是最令人讨厌的。

留垃圾之前先看看博客留言情况

如果博客里已经有了很多垃圾评论,或者不知所云的假留言,黑帽们发点垃圾,还有可能生存在这样的博客上。如果目标博客里没有这

类别:Ext | 评论(0) | 浏览()
 
2008-01-10 14:50
巧妙运用NumberField:

只允许字段输入数字.
var schedule=new Ext.form.NumberField({
    fieldLabel: 'Schedule',
    name: 'schedule',
    decimalPrecision :0,
    allowBlank:false,
    width:60
});

只允许字段100以内的数字.
var schedule=new Ext.form.NumberField({
    fieldLabel: 'Schedule',
    name: 'schedule',
  
类别:Ext | 评论(1) | 浏览()
 
     
 
 
文章分类
 
 
 
Ext(10)
 
 
Php(7)
 
 
 
 
Yui(0)
 
Seo(4)
 
 
 
     
 
文章存档
 
 
 
 
 
 
 
     
 
最新文章评论
   
 

支持一下
 

解密自己的名字
 

百度知道o(∩_∩)o...哈哈
 
 
     


©2009 Baidu