. NET open source Workflow roadflow-Form Design-text box

Source: Internet
Author: User

Clicking the text Box button on the Form Designer toolbar pops up the Text Box Properties dialog box:

bound field: The text box is bound to a field in the table selected in the form's property settings (the value in the text box is saved to the field).

Default value: The initialization value of the text box.

width: The width of the text box, such as: 200px,60% format.

Maximum number of characters: The maximum number of characters the text box can enter, corresponding to the MaxLength property.

input type: clear text or password type, corresponding to input type= ' text ' or type= ' password '.

value type: the type of text entered, and when the form commits, it verifies that the type entered is compliant.

Event: You can bind some common events to a text box to implement some general operations.

  

Enter the JS script directly in the Text field, and the parameter srcobj is the text box object, which is equivalent to srcelement.

. NET open source Workflow roadflow-Form Design-text box

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.