On Jueves, 23 de agosto de 2012 18:48:03 glennswest escribió: > I'd like to enable a virtual keyboard, in my activescaffolds, is there a > way of using something like the following plugin? And being able to > control the options. This means I could use ActiveScaffold in touch pcs > > http://jquerybyexample.blogspot.com/2012/04/jquery-ui-virtual-keyboard-plugi > n.html
The best way is add the javascript code in your application.js, bind to as:element_updated to add keyboard in forms displayed by AJAX: https://github.com/activescaffold/active_scaffold/wiki/Customizing-Forms-with- Javascript -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/activescaffold?hl=en.
