An open API service indexing awesome lists of open source software.

https://github.com/iboard/layout_helper

A gem for all the layout-stuff I use in all my applications
https://github.com/iboard/layout_helper

Last synced: 11 months ago
JSON representation

A gem for all the layout-stuff I use in all my applications

Awesome Lists containing this project

README

          

Layout Helper Functions
Author
June 2010, use with GPL without any warranty
=====================================================================

Extends class String with
random_string(len)

Defines some layout-helper function.

title(t,display=true)
display_errors_for(obj,field)
input_field(f,obj,field,&block)
page_menu(items)

For details and a complete function-list see file lib/layout_helper.rb

Usage Example
=============
file: app/helper/application_helper.rb

require 'layout_helper'

file: app/views/any.rb

<%= title 'Print this and use it in html-title -%>

title(t,display=true)
display_errors_for(obj,field)
input_field(f,obj,field,&block)
page_menu(items)