entry(twiddler)
entry()所属R语言包:twiddler
Text entry field to manipulate a string variable...
文字输入栏位来操作字符串变量...
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Text entry field to manipulate a string variable
文字输入栏位来操作一个字符串变量
用法----------Usage----------
参数----------Arguments----------
参数:default
The default string to display in the entry, default to "".
默认字符串中显示的条目,默认情况下,""。
参数:label
The text label of the entry.
文本标签的条目。
参数:length
The length of the entry in characters, defaults to 38.
中的条目字符的长度,默认为38。
参数:eval
When to update the string variable manipulated by this entry. Possible values for this parameter are: "key" - update on every keystroke (the default), "focus" - update when the entry loses focus, or "return" - update when the return key is pressed.
此项目操作,以更新的字符串变量。此参数的可能值是:"key" - 更新每一个按键(默认值),"focus" - 更新条目时失去焦点,或"return" - 更新时,敲击回车键。
Details
详细信息----------Details----------
entry creates a text entry field twiddlerControl for manipulating a string variable. The variable is updated on each keypress or when the input focus enters
entry创建一个文本输入字段twiddlerControl操纵一个字符串变量。每个按键或输入焦点进入时更新变量
值----------Value----------
An object of class twiddlerControl.
对象的类twiddlerControl。
参见----------See Also----------
twiddle, toggle, combo,
twiddle,toggle,combo,
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|