剛開始用spring表單,想把文字框設定為唯讀,用readonly="readonly" 設定了半天,還是可以編輯該文字框。
在網上搜尋了很久都沒有解決方法,最後到spring的**,看了他們的說明文件才知道,spring表單的input是不支援readonly="readonly"的。
只支援readonly="true" 或者readonly="false" ,這樣才可以設定文字框的唯讀屬性。
以下是input標籤的一些說明:
renders an html 'input' tag with type 'text' using the bound value.
table e.6. attributes
attribute
required?
runtime expression?
description
accesskey
false
true
html standard attribute
altfalse
true
html optional attribute
autocomplete
false
true
common optional attribute
cssclass
false
true
equivalent to "class" - html optional attribute
csserrorclass
false
true
equivalent to "class" - html optional attribute. used when the bound field has errors.
cssstyle
false
true
equivalent to "style" - html optional attribute
di***lse
true
html standard attribute
disabled
false
true
html optional attribute. setting the value of this attribute to 'true' (without the quotes) will disable the html element.
htmlescape
false
true
enable/disable html escaping of rendered values.
idfalse
true
html standard attribute
lang
false
true
html standard attribute
maxlength
false
true
html optional attribute
onblur
false
true
html event attribute
onchange
false
true
html event attribute
onclick
false
true
html event attribute
ondblclick
false
true
html event attribute
onfocus
false
true
html event attribute
onkeydown
false
true
html event attribute
onkeypress
false
true
html event attribute
onkeyup
false
true
html event attribute
onmousedown
false
true
html event attribute
onmousemove
false
true
html event attribute
onmouseout
false
true
html event attribute
onmouseover
false
true
html event attribute
onmouseup
false
true
html event attribute
onselect
false
true
html event attribute
path
true
true
path to property for data binding
readonly
false
true
html optional attribute. setting the value of this attribute to 'true' (without the quotes) will make the html element readonly.
size
false
true
html optional attribute
tabindex
false
true
html standard attribute
title
false
true
html standard attribute
文字框日曆
建立頭部 document.write 734 8 建立星期條目 document.write for i 0 i 7 i document.write week i document.write 建立日期條目 document.write for i 0 i 6 i document.write ...
文字框排版
文字框排版 我們之前學看文件的排版設定技巧,那麼還有乙個是文字框的排版設定,除了前面介紹到的段落排版以外,我們經常用到的還有文字框的排版,文字框排版在現實當中實踐應用包括了年會主持詞製作手卡的一些工作場景,那麼我們接下來就製作一下,首先在乙個空白文件中我們插入乙個文字框。插入文字框之後,清楚當中的預...
常用按鈕 文字框 表單等CSS樣式
雖然css樣式的學習需要我們動手多實踐,需要多做案例,思致思考,但有時候注意資料的收集與整理也是非常重要的,在實際開發中往往會起到事半功倍的效 果。在52css.com的文件中,也提供了豐富的內容。下面一些關於按鈕 文字框 表單的常用css樣式。大家可以參考。一 按鈕樣式 example sourc...