TextBox Group

(part of package 'Servoy Extra Components') Extends designtime/SolutionModel: JSWebComponent Extends runtime: RuntimeWebComponent

This is a reference page; many components have detailed usage guides here.

Properties

dataProviderID

Type: dataprovider


enabled

Type: enabled Default Value: true


faclass

Type: string


format

Type: format


inputType

Type: string Default Value: "text"


inputValidation

Type: string Default Value: "text"


invalidEmailMessage

Type: tagstring Default Value: "This is an invalid email address"


placeholderText

Type: tagstring


readOnly

Type: protected Default Value: false


styleClass

Type: styleclass Default Value: "form-control"


tabSeq

Type: tabseq


visible

Type: visible


Events

onActionMethodID(event)

Parameters:


onDataChangeMethodID(oldValue,newValue,event)

@return {boolean}

Parameters:

Returns: {boolean}


onFocusGainedMethodID(event)

Parameters:


onFocusLostMethodID(event)

Parameters:


onRightClickMethodID(event)

Parameters:


API

isValid()

@return {boolean}

Returns: boolean


requestFocus(mustExecuteOnFocusGainedMethod)

Request the focus to this field.

Example:

myElement.requestFocus();

Parameters:

  • {boolean} [mustExecuteOnFocusGainedMethod] ** mustExecuteOnFocusGainedMethod (optional) if false will not execute the onFocusGained method; the default value is true



Last updated