`

select_tag default value & options

阅读更多
#If you are using select_tag without any other helper, then you can do it in html:

select_tag "whatever", "<option>VISA</option><option selected=\"selected\">MasterCard</option>"

#Or with options_for_select:

select_tag "whatever", options_for_select([ "VISA", "MasterCard" ], "MasterCard")

#Or with options_from_collection_for_select:

select_tag "people", options_from_collection_for_select(@people, 'id', 'name', '1')

#Examples are from select_tag doc, options_for_select doc and from options_from_collection_for_select doc.


分享到:
评论

相关推荐

    Select精美下拉框(漂亮)

    this.options = this.select.options; this.width = parseInt(this.select.style.width); this.height = (this.select.style.height) ? parseInt(this.select.style.height) : SS_ENV.DefaultHeight; this....

    解决element-ui里的下拉多选框 el-select 时,默认值不可删除问题

    它会根据传入的值(v-model绑定值)、options下拉选项、prop对应options中的value属性、defaultProp默认值判断属性和defaultValue默认值判断值,计算出需要隐藏关闭按钮的标签索引。之后,通过查找所有的关闭按钮并...

    Webdriver Cheat Sheet by灰蓝.pdf

    例如,select=Select(element)可以获取一个下拉列表的元素,select.select_by_index()可以按索引选择一个选项,select.select_by_value()可以按值选择一个选项。 ###知识点9:Webdriver的窗口操作 Webdriver提供了...

    php.ini-development

    directive because it is not set or is mistyped, a default value will be used. ; The value can be a string, a number, a PHP constant (e.g. E_ALL or M_PI), one ; of the INI constants (On, Off, True, ...

    自定义标签的使用

    public Options(Object[] value, Object[] text, Object defaultValue) ``` - `value`: `option`值的数组。 - `text`: `option`显示信息的数组,如果`value`数组的长度小于`text`数组的长度,则以`value`数组...

    ZendFramework中文文档

    The DEFAULT_VALUE metacommand 14.5.4.4. The ALLOW_EMPTY metacommand 14.5.4.5. The BREAK_CHAIN metacommand 14.5.4.6. The MESSAGES metacommand 14.5.4.7. Using options to set metacommands for all ...

    js的日历时间控件

    Control.DatePicker.Panel=Class.create({initialize:function(options){try{this.i18n=new Control.DatePicker.i18n(options&&options.locale?options.locale:"en_US");options=this.i18n.inheritOptions(options)}...

    Javashop开发规范V2.2

    &lt;default&gt;0&lt;/default&gt; &lt;name&gt;isgroup &lt;/field&gt; 3.2.4 创建索引 &lt;command&gt;index &lt;table&gt;goods &lt;name&gt;goodsid&lt;/name&gt; &lt;/field&gt; 3.2.5 删除索引 &lt;command&gt;unindex &lt;table&gt;goods &lt;name&gt;...

    Qemu-1.0.1 for windows

    -virtfs local,path=path,mount_tag=tag,security_model=[mapped|passthrough|none] [,writeout=immediate][,readonly] -virtfs_synth Create synthetic file system image -name string1[,process=string2] set ...

    js使用小技巧

    文本框的默认值 &lt;input type=text value="123" onfocus="alert(this.defaultValue)"&gt; title换行 obj.title = "123&#13sdfs&#32" 获得时间所代表的微秒 var n1 = new Date("2004-10-10".replace(/-/g, "/"))....

    常见Web安全漏洞的实际案例和攻防技术

    &lt;input type="hidden" name="_csrf" value="{{ csrf_token }}"&gt; &lt;!-- ... --&gt; ``` 2. **同源策略**:确保所有的敏感操作都在同一个域名下完成,利用浏览器的同源策略进行保护。 #### 四、文件上传漏洞与安全...

    SQLPrompt_7.3.0.651(包含注册机)

    Inline EXEC now correctly handles parameters using the DEFAULT value Fix for incorrect indentation when using UNION Fix for missing space in ORDER BY between function call and DESC keyword Fix for ...

    qemu-0.13.0(编译过全处理器支持)

    usage: qemu [options] [disk_image] 'disk_image' is a raw hard disk image for IDE hard disk 0 Standard options: -h or -help display this help and exit -version display version information and exit -M...

    struts2标签整理

    &lt;s:password name="password" value="defaultValue"/&gt; ``` ##### 34. `&lt;s:property&gt;` - 属性标签 用于显示对象属性值。 ```jsp &lt;s:property value="%{#session.user.name}"/&gt; ``` ##### 35. `&lt;s:push&gt;` - 推送标签...

    FlexGraphics_V_1.79_D4-XE10.2_Downloadly.ir

    Added TFlexFileFormat.StreamSupport property (default True), which difines, is it necessary to open file stream or give the file name only. - FIX: If the TCustomProp.Assign method calls when the ...

    SQL语法大全

    recordset.Open Source,ActiveConnection,CursorType,LockType,Options Source Recordset对象可以通过Source属性来连接Command对象。Source参数可以是一个Command对象名称、一段SQL命令、一个指定的数据表名称或是...

    Bochs - The cross platform IA-32 (x86) emulator

    The default stepping value is 3. - Added ability to disable MONITOR/MWAIT support through .bochsrc CPUID option. The option is available only if compiled with --enable-monitor-mwait configure ...

    数位板压力测试

    4.2. Feature Support Options 6 5. Function Reference 7 5.1. Basic Functions 7 5.1.1. WTInfo 8 5.1.2. WTOpen 9 5.1.3. WTClose 10 5.1.4. WTPacketsGet 10 5.1.5. WTPacket 11 5.2. Visibility Functions 11 ...

Global site tag (gtag.js) - Google Analytics