/*** highlight([string color],[object options]):
* 根據設定的顏色高亮顯示element物件,然後漸隱為原始顏色,預設
* 情況下,高亮顯示的背景色為黃色
* 引數:
* color: 起始顏色
* options: 選項配置
*/ext.onready(function()).highlight("0000ff"/**起始顏色*/,);
});/**
* 如果把attr屬性設定成color,改變的是文字顏色,endcolor的顏色值不能形如red之類的英文單詞,只能是16進製制,
* 起始顏色為藍色,終止顏色為紅色,中間的漸變有ext完成
*/
Ext3 學習 3 表單驗證
a 表單驗證,是要顯示錯誤提示資訊,所以加上 necessary when to show tips ext.quicktips.init set the location of tips,default qtip ext.form.field.prototype.msgtarget side b ...
Ext學習之Grid JSON分頁
1 js 程式 ext.onready function reader new ext.data.jsonreader var cm new ext.grid.columnmodel cm.defaultsortable true var grid new ext.grid.gridpanel of...
ExtJS學習 一 Ext自定義類實現
新建web專案。匯入js檔案。專案中引用。extjs4.2學習h1 extjs 中自定義類h2 body html d1.js ext.define springok.demo ext.onready function 測試 很簡單的主要就是類的例項化和呼叫。測試一下類的例項化和呼叫的過程oo思想的...