采购表单使用到了先前还未用过的输入控件,即文本框。
The procurement form USES another previously unused input control, the text box.
secret控件就是一个文本字段,和input完全相同,只不过用户输入的内容在屏幕上用圆点表示。
A secret control is just a text field, exactly like an input control, except that what the user types is shown as bullets on the screen.
对于这些节点,希望显示文本而不是提供输入数据的机会,所以xforms:output控件是自然的选择。
You're interested in simply displaying text rather than providing any opportunity for data input for these nodes, so the xforms:output control is a natural choice.
清单10中的代码将把Flex应用程序中的文本输入控件设为不可见。
The code in Listing 10 sets the text input control in the Flex application to be invisible.
清单9中的代码将首先警告Flex应用程序中的文本输入控件的初始值。
The code in Listing 9 first alerts the original value of the text input control from the Flex application.
甚至还有一个Google 风格的自动补齐文本控件,可以用它收集用户输入的文本。
There's even a Google-like auto-complete text control that you can use to collect text from your users.
选项板包括丰富的XForms控件创建选项,从分支和重复这样的流控制,到 XForms输入和文本区域这样的简单控件。
The palette contains a rich set of options for creating XForms controls, ranging from flow constructs such as switch and repeat, to simple controls such as an XForms input or text area.
变量txt是用Flex应用程序中的ID txt_test表示文本输入控件的对象。
The variable txt is an object that represents the text input control with the ID txt_test from the Flex application.
一些基本的表单控件,例如输入(input)、输出(output)、选择(select)、文本输入(textentry)和密码(secret)控件都在这个会计工具中发挥了各自应有的作用。
Fundamental form controls such as input, output, select, text entry, and secret play appropriate roles in the accounting tool.
通过定义带有id txt _ test和FABridge rock的默认值的单个文本输入控件,可以保持UI干净简单!
The UI is kept clean and simple by defining a single text input control with the id txt_test and a default value of FABridge rocks!
组合框控件的文本输入部分和列表选择部分之间有明显的区别,减少了用户的困惑。
Combo boxes clearly differentiate between the text-entry part and the list-selection part, minimizing user confusion.
前面显示的HTML表单有一个文本输入控件。
The HTML form that I showed earlier had a text input control.
文本编辑控件因其熟悉的系统字体和视觉上清晰可见的空白框,给人以可以输入数据的强烈印象。
The text edit control, with its familiar system font and visually articulated white box, encourages data entry.
控件的作用是:在一个移动设备上创建一个单行的文本输入框。
The TextBox control is used to create a single-line input box on a mobile device.
文本框控件可用来创建用户输入文字用的文本框。
The TextBox control is used to create a text box where the user can input text.
这是因为有些控件具有控件组合或类处理功能,这些功能提供了高级版本的文本输入处理和相关事件。
This is because some controls have control compositing or class handling that provides a higher-level version of text input handling and related events.
如果控件内已选定文本,则选定文本和在选定文本之后输入的任何文本都将应用此属性值。
If text is selected within the control, the selected text and any text entered after the text selection will have the value of this property applied to it.
可以在多行文本框中使用此方法,以确保当前文本的输入点位于该控件的可见区域内。
You can use this method in a multiline text box to ensure that the current text entry point is within the visible region of the control.
例如,可以向文本框控件中输入文本,并使用此表达式搜索从数据源控件返回的列中的该文本。
For example, you can enter text into a text box control and use the expression to search for that text in columns that are returned from a data source control.
例如,可以向文本框控件中输入文本,并使用此表达式搜索从数据源控件返回的列中的该文本。
For example, you can enter text into a text box control and use the expression to search for that text in columns that are returned from a data source control.
应用推荐