search for: dateboxes

Displaying 11 results from an estimated 11 matches for "dateboxes".

Did you mean: datebox
2006 Jul 31
6
Popup Calendar and DateBoxEngine and Change Made ...
Community, I have been putting off implementing a Date selector for too long. Tonight, I finally put it in. I made the choice to go with the datebox engine. Once I got it installed and working, I realized I didn''t like the way it required you to call it. Example: <% @dateField = model.date %> <%= date_box %> or... <% @dateField1 = model.date %> <%=
2006 Jan 20
13
Calendar date picker for use with rails.
Howdy folks, As I was putting together a rough form for a rails app, I got to thinking how much smoother (in my siytuation) a little calendar widget would be than the default date picker selects. Does anyone know if such a thing exists ? I suspect it would have to be somewhat designed with rails in mind to populate the right kind of post params for convenient use at the controller end.
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
2006 Aug 18
4
DateBocks v2.0.0 Released
Excert from http://www.nshb.net/datebocks-2-0-0-released Woohoo!! Finally released the next generation of DateBocks (aka DateBox) v2.0.0. This was a long time coming, after its initial version release allll the way back in January, this is a nice edition to the popular tool I released before. This version is chalked full of features. Here is the cut out from the CHANGELOG == 2.0.0 - AUGUST 16,
2006 Jan 11
4
[OT] DateInput - Intuitive Date Input Selection
For those who are developing interfaces for entering dates, I recommend checking out a new package I just stuffed for Date inputs. You can check out http://datebox.inimit.com/ for a full demo. -Nb ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Nathaniel S. H. Brown http://nshb.net ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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 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 javascript I''m getting a dialog box that says
2006 May 18
1
Date picker calendar using rails and ajax
All, does any one has a date picker sample code using rails and ajax that I can use as a starting point for mine? Thanks Patrick
2006 Mar 02
1
Engines SVN repository move
The rails engines SVN repository has now officially moved from its old location on the OpenSVN servers to: http://svn.rails-engines.org/ Please update your SVN externals appropriately, as the continued existence of the old repository is now NOT guaranteed. Engines plugin (official): http://svn.rails-engines.org/plugins/engines Engines plugin (for Edge rails):
2006 Jan 20
2
select_time issue: how to get hours only upto 12 along with AM/PM
My code is like this: <%= select_time () %> 1) I would like to pass more options so that the a blank value is at the top. I tried ":include_blank => true" but it didn''t work. 2) I would like to limit the number of hours to only upto 12. With the current code the hours has value rangin from ''00'' to ''23'' 3) Would like to have
2006 Jan 25
3
web calendar component
I''m a RoR newbie coming from asp.net. asp.net has a web calendar control (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemWebUIWebControlsCalendarClassTopic.asp) . Is there something similar in the RoR world? -- Posted via http://www.ruby-forum.com/.