Displaying 1 result from an estimated 1 matches for "engine_imag".
Did you mean:
engine_image
2006 Jul 31
6
Popup Calendar and DateBoxEngine and Change Made ...
...file:
vendor/plugins/datebox_engine/app/helpers/application_helper.rb:
Replace existing date_box method with the following:
def date_box(object_name, method)
calendar_ref = object_name + ''_'' + method
<<-EOL
<div id="dateBox">
<ul>
<li>#{engine_image(''icon-help.gif'', :engine => ''datebox'', :alt =>
''Help'', :id => calendar_ref + ''Help'' ) }</li>
<li>#{text_field object_name, method, { :onChange =>
"magicDate(id);", :onFocus => "...