前言:接觸ext也有好幾個月了,但是由於時間問題,都沒有好好總結一下,現在抽空再部落格裡回顧下ext使用心得,歡迎各位指點。
一 首先請看
二 登陸介面ext**
**
1三 使用心得/// 23
//載入提示框
4ext.quicktips.init();56
//建立命名空間
7ext.namespace(
'xqh.extjs.frame');
89//主應用程式10=
function
() 12
1314
15loginlogo:
newext.panel(),
2223
//登陸表單
24loginform:
newext.form.formpanel(,
34items:35[
36,4351]52
}),53
54//
登陸視窗
55loginwin:
newext.window(,
66buttonalign:
'center',
67buttons: [68,
6970
],71
layout:
'column',
72items:73[
74,7983]84
}),85
86//
初始化87
init:
function
() 90
});91
92//
程式入口
93ext.onready(
function
() );
97
1./// 這句為ext自動提示功能原始檔
2.關於ext介面布局常用的有border,column,fit這幾種,詳細用法以後再作介紹
3.關於ext使用,其實大部分就是window,panel裡面鑲嵌自己需要的內容,如formpanel(表單)。
4.要理解,其實大部分ext配置項都是基於這種形式的,,如按鈕
5.書寫ext**最好規範化,這樣可以減少出錯率。
大概形式:
id:'',(最好寫上)
配置資訊,
(如果是最外層的別忘了寫layout,布局模式)
Python Tkinter 簡單登入介面
學了兩天的gui,現在終於可以寫乙個最簡單的登入介面了,瞬間覺得python加上tkinter簡單到爆啊,如果不是專門做gui,只是輔助做做影象介面的,這簡直是逆天啊!author freedom from tkinter import class reg frame def init self,m...
簡單密碼登入介面
define crt secure no warnings include include include intmain printf 您只有3次機會 printf 請輸入6位密碼 scanf s password 字串比較函式,一般形式為strcmp 字串1,字串2 如果全部字元相同,則認為相等...
CSS樣式案例 2 製作乙個簡單的登入介面
首先來張完工的效果圖。一 html檔案如下 doctype html html head meta charset utf 8 title 登入介面 title link rel stylesheet type text css href css login.css head body div cl...