add_special_TIDYLINK

add_special_TIDYLINK() Instance Public methods Adds a special for links of the form â>word>

around_action

around_action(names, block) Instance Public methods Append a callback around actions. See #_insert_callbacks for parameter details. Aliased as around_filter.

ioctl

ios.ioctl(integer_cmd, arg) â integer Instance Public methods Provides a mechanism for issuing low-level commands to control or query I/O devices. Arguments and results are platform dependent. If arg is a number, its value is passed directly. If it is a string, it is interpreted as a binary sequence of bytes. On Unix platforms, see ioctl(2) for details. Not implemented on all platforms.

attributes

attributes() Instance Public methods IXMLDOMNamedNodeMap attributes the collection of the node's attributes

submit

submit(value=nil, options={}) Instance Public methods Add the submit button for the given form. When no value is given, it checks if the object is a new resource or not to create the proper label: <%= form_for @post do |f| %> <%= f.submit %> <% end %> In the example above, if @post is a new record, it will use âCreate Postâ as submit button label, otherwise, it uses âUpdate Postâ. Those labels can be customized using I18n, under the helpers.submit key and accept

time_zone_select

time_zone_select(method, priority_zones = nil, options = {}, html_options = {}) Instance Public methods Wraps ActionView::Helpers::FormOptionsHelper#time_zone_select for form builders: <%= form_for @user do |f| %> <%= f.time_zone_select :time_zone, nil, include_blank: true %> <%= f.submit %> <% end %> Please refer to the documentation of the base helper for details.

table_structure

table_structure(table_name) Instance Protected methods

selectNodes

selectNodes(arg0) Instance Public methods IXMLDOMNodeList selectNodes execute query on the subtree BSTR arg0 --- queryString [IN]

new

new(text = nil, location = nil) Class Public methods Creates a new comment with text that is found in the RDoc::TopLevel location.

selectNodes

selectNodes(arg0) Instance Public methods IXMLDOMNodeList selectNodes execute query on the subtree BSTR arg0 --- queryString [IN]