Files

JqmobileHelpers::ToolbarsHelper

JqmobileHelpers List View Helpers

Provides a set of methods for making toolbars views for jquery-mobile markup

Public Instance Methods

header_toolbar_title(title) click to toggle source

Header Bar Title

Examples

 => <%= header_toolbar_title('Put Title Here') %>
 => <h1>Page Title</h1>
    # File lib/jqmobile_helpers/toolbars_helper.rb, line 16
16:     def header_toolbar_title(title)
17:       content_tag(:h1, title)
18:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.