Displaying 3 results from an estimated 3 matches for "calicowebdesigns".
2006 May 20
0
Tip: Expandable Form Helper
I posted a snippet of code that you can drop into your application_helper.rb
on my blog. It allows you to create expandible/collapsible input areas so
larger things like list boxes and text areas can be hidden to conserve
screen real estate.
http://calicowebdesigns.com/proto/node/3
Comment are welcome.
Oh, yeah... I know it''s a Drupal blog. Please forgive :)
--
View this message in context: http://www.nabble.com/Tip%3A+Expandable+Form+Helper-t1655628.html#a4485745
Sent from the RubyOnRails Users forum at Nabble.com.
2006 Jan 16
17
LoginEngine / UserEngine conceptual help
All,
I have a small Intranet app I''m trying to get ready for remote access.
(I only have 15 or so users for now and I don''t plan to be adding
very many more.).
I have installed the login engine and it seems to be working as
advertized. (Great job!)
For my needs I don''t want random people to be able to register and get
access to my app, but I will need to register
2006 Feb 07
0
link_to_remote from Controller
Hello--
I?m using Builder::XmlMarkup to create a menu tree and need to have some
gee-whizzy javascript to make the menus expand, fade, twirl and dance. Ok,
maybe not the last bit. Anyhow, because the html is generated mainly through
code like:
xm.li(:id=> ?menu_#{unique_id}?, :class => ?menu?){
xm << link_to_function(?menu name?, ?function_name?)
}
Unfortunately, link_to_function