easyui data option常用屬性

2022-09-20 14:48:13 字數 1672 閱讀 2465

屬性名屬性值型別

描述預設值

通用width

number

組建的寬度

auto

height

number

元件高度

22prompt

string

在輸入框顯示提示訊息

value 

string

預設值multiline

boolean

定義是否是多行文字框

false

editable

boolean

定義使用者是否可以直接在該字段內輸入文字

true

disabled

boolean

定義是否禁用該欄位

false

missingmessage

string

必填項未填時提示資訊

null

validtype

string, array, object

用於定義欄位的驗證規則,其值可為string, array, object型別

easyui自帶的validatebox.defaults.rules中有4種規則:

email 匹配email正規表示式規則

url 匹配url正規表示式規則

length[x, y] 允許x~y個字元

remote[url, paramname] 向遠端機傳送ajax請求驗證值,成功時返回"true"。

combo 組合

panelwidth

number

下拉面板的寬度

null

panelheight

number

下拉面板的高度

200multiple

boolean

定義是否支援多選

false

combobox 組合框

valuefield

string

繫結到該組合框(combobox)的 value 上的基礎資料的名稱

value

textfield

string

繫結到該組合框(combobox)的 text 上的基礎資料的名稱

text

urlstring

從遠端載入列表資料的 url 

null

method

string

用來檢索資料的 http 方法

post

data

array

被載入的列表資料。

data:[,,

null

spinner 微調器

minstring

允許的最小值

null

maxstring

允許的最大值

null

increment

number

點選微調器按鈕時的增量值

1numberbox 數字框

precision

number

顯示在小數點後面的最大精度

0datetimebox 日期時間框

showseconds

boolean

定義是否顯示秒的資訊

true

validtype使用方式:

參考:

C Json JsonProperty 常用屬性

public class testdatalistentity jsonproperty nullvaluehandling nullvaluehandling.ignore public string testname jsonproperty nullvaluehandling nullvalu...

XMLHttpRequest物件的常用屬性和方法

xmlhttprequest 物件的三個常用的屬性 1.onreadystatechange 屬性 onreadystatechange 屬性存有處理伺服器響應的函式。下面的 定義乙個空的函式,可同時對 onreadystatechange 屬性進行設定 2.readystate 屬性 readys...

Editext的inputType常用屬性

多行輸入,回車鍵為換行,無其他功能 inputtype填入屬性後,預設singleline true 效果,這裡除外 text 普通 textpassword 不可見密碼 textcapcharacters 字母大寫 textcapwords 首字母大寫 textcapsentences 僅第乙個字...