Re: [Phphtmllib-devel] phphtmllib/form/form_elements FEListBox.inc,1.13,1.14
Status: Beta
Brought to you by:
hemna
From: Culley H. <cu...@fa...> - 2004-03-11 14:58:30
|
On Mar 10, 2004, at 11:30 PM, Walter A. Boring IV wrote: >> > ---ah man this is awesome. Suren (another guy that I work with) was > going to > create FEDate for the next rev of our product at work anyway. This is > awesome. > I would say go with the set_element_order() and add some checks on > what the user > passes in to make sure they pass in a valid order. cool. I will work on this here and there while I am on the road but if you need it sooner feel free to take over. I am thinking now that it might be best to ditch the locale stuff and just let people use the php built in setlocale() then generate the month names with strftime(). >> > ---I think the timing of you adding this stuff is perfect :) We will > be needing > these form elements for our next version of our product at work. In > fact Suren > and I were just talking about the Calendar widget yesterday. We > aren't entirely > sure yet, but we were thinking of a CalendarWidget object that could > be used for > most anything. Click the day on the calendar and have it open a url > (say for > showing news articles based on a date), or even use that widget as a > popup > window to select a date for a form. At least that is the idea we were > throwing > around. Any thoughts? > You might want to look over the relatively new Pear calendar package: http://pear.php.net/package/Calendar They guy who designed this knows what he is doing... Tons of documentation too. The ability to use a CalendarWidget outside of form processing would be good. > --hehe thats ok. It's good to check in often. I was thinking about > possibly > doing another release fairly soon. It's been a bit since 2.4.0 was > released. > My last 2 releases were waaaaaay too far apart. The advantage of > doing quicker > release cycles, is to get bug fixes out so folks don't have to use a > development > tree/nightly build to fix their issues. Just a thought. > Ya it seems like every 1-3 months is about right. culley |