Displaying 3 results from an estimated 3 matches for "ifformat".
Did you mean:
iformat
2006 Jul 25
8
Calender Script?
I have been trying to get one of the calender javascripts to work with
the <%= form.text_field. So when the user pick the date it updates the
time fields? (like in normal reservation system where you pick up the
date and time from the calender and when user pick the selection it
updates the field) but I could not get this to work.
Does anyone have got something similar to work? or could
2006 Jul 31
6
Popup Calendar and DateBoxEngine and Change Made ...
...ref}Msg"><script
type="text/javascript">document.write(calendarFormatString);
</script></div>
<script type="text/javascript">
Calendar.setup({
inputField : "#{calendar_ref}", // id of the input
field
ifFormat : calendarIfFormat, // format of the input
field
button : "#{calendar_ref}Button", // trigger for
the calendar (button ID)
help : "#{calendar_ref}Help", // trigger for the
help menu
align : "Bl&qu...
2006 Sep 25
3
In place editing an empty field
I am trying to use the Scriptaculous InPlaceEditor and in some cases the
field will be empty. That is, the field currently has no value but the
user wants to enter a value.
The InPlaceEditor appears to not work in this case. Other identical
fields (except wit different ids and some value) do work.
I have tried using a nonbreaking space ( ), and this does cause the
editor to appear,