Module: alfresco/forms/controls/TextBoxControl

alfresco/forms/controls/TextBoxControl

An extension of the native Dijit control, that permits altering some inherited code, in order to fix bugs and/or add features.
Since:
  • 1.0.45
Author:
  • Martin Doyle
License:
Source:

Extends

  • external:dijit/form/ValidationTextBox

Members

autocomplete :string

Whether to enable autocomplete on the textbox. Further details available against the alfresco/forms/controls/TextBox property.
Type:
  • string
Default Value:
  • null
Source:

Methods

_setPlaceHolderAttr(placeholderValue)

If we can use native placeholder, use it instead of the Dojo one.
Parameters:
Name Type Description
placeholderValue string The placeholder value.
Source:

postCreate()

Run after the widget has been created.
Source: