Displaying 6 results from an estimated 6 matches for "datebox_engin".
Did you mean:
datebox_engine
2006 Feb 18
1
installing datebox_engine
Hi,
I want to install date picker from datebox.inimit.com.
$ ruby script/plugin install datebox_engine
Plugin not found: datebox_engine
So I browse the website and download the universal file. It is in zip
format. I extract it and here is the content:
calendar-blue2.css calendar-green.css calendar-system.css
calendar-win2k-2.css dateparse.js lang
calendar-blue.css calendar...
2006 Mar 16
0
Ajax_scaffold_generator and datebox_engine
All,
I suspect the datebox_engine is not a compatible with AJAX, but I hope
I''m wrong.
Has anybody succesfully gotten a view that started out life as
generated from the ajax_scaffold_generator to have a form element
which is a datebox from the datebox_engine?
== Details
I just tried unsuccessfully.
>From the javasc...
2006 Jun 20
3
WEBrick just decided to take a hiatus on me
...freaking nothing.
Now, what makes this most peculiar is that yesterday afternoon when I left
the machine it worked beautifully.
This morning, however, it dies.
I have uninstalled two plugins that I installed late yesterday afternoon and
still to no avail.
Those plugins where simple_date_select and datebox_engine.
I am running the following env:
XP Pro SP2
Ruby 1.8.4
Rails 1.1.2 with the following gems and versions
actionmailer 1.2.1
actionpack 1.12.1
actionwebservices 1.1.2
activerecord 1.14.2
activesupport 1.3.1
db_structure 1.0.2
localization_generator 1.0.0
money 1.7.1
pdf-w...
2006 Jul 11
5
What are people using for date fields
I''m just curious about what techniques others have successfully used to
capture date data on forms as an alternative to the standard date_select. I
have to admit I''ve been lazy and only used the date_select as we have very
few dates in our system now, but that is about to change. I would like
something better.
Any thoughts?
--
Thanks,
Sam
-------------- next part
2006 Jun 14
2
Date as INPUT not Selects
Greetings!
Can anyone tell me how to use just a normal input field as a date
entry? I can use a text_field tag, but that brings the date out in
CCYY-MM-DD format. I would like to be able to simply key in my dates
like mm/dd/ccyy format.
Thanks,
Jeremy
2006 Jul 31
6
Popup Calendar and DateBoxEngine and Change Made ...
...and I didn''t touch every aspect of the engine -
only the piece that I was interested in. Here it is for anyone else who
wants to work with the date_box like I wanted to.
If you have any questions or need clarification then let me know.
Thanks,
Michael
Modified 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.gi...