Project Wonder 7.5-SNAPSHOT
-
public class ERXWOUrlField
extends ERXWOInput
type = "url" - URLの入力欄を作成する (*5)
name属性 - フォーム部品に名前をつける
value属性 - 送信される値を指定する
size属性 - 表示文字数を指定(1以上の正の整数)
maxlength属性 - 入力できる最大文字数を指定する
pattern属性 - 正規表現で入力値のパターンを指定する (*5)
placeholder属性 - 入力欄に初期表示する内容を指定する (*5)
readonly属性 - ユーザーによるテキスト編集を不可にして読み取り専用にする
required属性 - 入力必須にする (*5)
- Author:
- ishimoto
-
-
Field Summary
-
Fields inherited from class com.webobjects.appserver._private.WOInput
_disabled, _escapeHTML, _hidden, _name, _value
-
Fields inherited from class com.webobjects.appserver._private.WOHTMLDynamicElement
_associations, _class, _constantAttributeAssociations, _constantAttributesRepresentation, _dyneltName, _finishedInitialization, _generatedId, _id, _prefix, _rendered, _secure, _style, _suffix, _title, DontEscapeHTML, EscapeHTML
-
Fields inherited from class com.webobjects.appserver._private.WODynamicGroup
_children
-
Method Summary
-
Methods inherited from class com.webobjects.appserver._private.WOInput
_appendDisabledAttributeToResponse, _appendNameAttributeToResponse, _appendTypeAttributeToResponse, appendAttributesToResponse, defaultEscapeHTML, escapeHTMLInContext, hasContent, hiddenInContext, isValueInInputValues, nameInContext, nameInContext, valueStringInContext
-
Methods inherited from class com.webobjects.appserver._private.WOHTMLDynamicElement
__otherQueryDictionaryInContext, __queryDictionaryInContext, _appendAttributesFromAssociationsToResponse, _appendClassAndIdToResponse, _appendOpenTagToResponse, _appendTagAttributeAndValueToResponse, _frameworkNameInComponent, appendConstantAttributesToResponse, appendHiddenFieldToResponse, appendNonURLAttributesToResponse, appendURLAttributesToResponse, classInContext, computeActionStringInContext, computeQueryDictionaryInContext, constantAttributeAssociations, constantAttributesRepresentation, elementName, escapeHTML, idInContext, isRenderedInContext, nonUrlAttributeAssociations, prefixInContext, secureInContext, stringValueInContext, styleInContext, suffixInContext, titleInContext, urlAttributeAssociations
-
Methods inherited from class com.webobjects.appserver._private.WODynamicGroup
addChildElement, appendChildrenToResponse, childrenElements, EmptyGroup, hasChildrenElements, invokeAction, invokeChildrenAction, takeChildrenValuesFromRequest
Last updated: Fri, Nov 22, 2024 08:08 AM CET
Copyright © 2002 – 2024 Project Wonder.