首页 / 词典 / good

textarea

  • 网络元素;文本框;文本域;多行文本输入框;多行文本框
textareatextarea
  1. The edit mode section contains the code for a form with one textarea and three textboxes .

    编辑模式一节包含一个文本区和三个文本框的表单的代码。

  2. The textarea is used for entering the HTML form fragment .

    文本区用于输入HTML表单片段。

  3. You must provide the string to be displayed in the TextArea .

    您必须提供的字符串显示在文本区。

  4. Below the Post Editing textarea box are three buttons .

    保存与继续编辑:在文章编辑框的下面有三个按钮。

  5. The TextArea will always display a string .

    该文本将始终显示一个字符串。

  6. The TextArea Control is an interactive , editable multi-line area containing a text string .

    该文本控制是一个互动,编辑多线地区包含的文本字符串。

  7. When edits are made to the string , the TextArea function will return the edited string .

    当编辑是向字符串,文本区函数将返回编辑字符串。

  8. You can attach this style to any kind of HTML element such as a textarea to make it four columns wide .

    您可以将此样式添加到任何种类的HTML元素中比如说textarea来将它的宽度扩展到4列。

  9. In the second column of the first row add a TextArea widget and name it statusTextArea .

    在第一行的第二列,添加一个TextArea小部件并将其命名为statusTextArea。

  10. In this method , you extract the text entered into the textarea on the form , send it to the EmployeeHandler .

    在这个方法中,您提取在表单的文本区域中输入的文本,然后将文本发送到EmployeeHandler。

  11. Data binding is performed using braces ( for example , the TextArea element 's text attribute is bound to the ActionScript message instance variable ) .

    数据绑定通过大括号执行(例如,将TextArea元素的text属性绑定到ActionScriptmessage实例变量)。

  12. You do this with PHP 's str_replace function so you can print the characters to the default value of the textarea form element .

    PHP的strreplace函数可实现此目的,以便您能够将字符打印到textarea表单元素的默认值。

  13. To parse the text , make a final change to the constructor of the EmployeeHandler to accept the text from the textarea instead of parsing the text from a File object .

    要解析文本,对EmployeeHandler的构造函数进行最后一次更改,以接受来自文本区域的文本,而不是解析来自一个File对象的文本。

  14. This solution is restricted by both the maximum of characters you can enter into a textarea , and the30 second timeout enforced by Google on requests sent to GAE .

    这个解决方案受到两个限制:一是文本区域中可以输入的最大字符数;二是Google对发送到GAE的请求实施的30秒超时。

  15. A form can contain input elements like text fields , checkboxes , radio-buttons , submit buttons and more . A form can also contain select lists , textarea , fieldset , legend , and label elements .

    表单域内的表单元素允许用户输入相关信息(如文本输入框、文本区域、下拉列表、单选按钮、复选按钮,等等)。

  16. Zend_Form comes with the following elements : button , checkbox , hidden , image , multichckbox , multiselect , password , radio , reset , select , submit , text , and textarea .

    ZendForm附带了下列元素:按钮、复选框、隐藏(hiden)、图片、多选框,多重选择、密码、单选、重置、选择、提交、文本、文本区。

  17. You used absolute positioning to place the UI controls using x and y coordinates and you introduced some other Flex controls mx : Panel , mx : Label , mx : TextArea and mx : VBox .

    您使用绝对位置来放置使用x和y坐标的UIcontrols,并且引入了一些其他Flex控件:mx:Panel、mx:Label、mx:TextArea和mx:VBox。