search for: endtimefield

Displaying 1 result from an estimated 1 matches for "endtimefield".

2009 May 15
1
[PATCH server] First round of (largely) cosmetic changes to flexchart.
...dateBar.addChild(startTimeField); - dateBar.addChild(startDateField); - var f2:Text = new Text(); - f2.text = "and"; - dateBar.addChild(f2); - - - endDateField = new DateField(); - endDateField.selectedDate = t2; - endDateField.editable = true; - endTimeField = new TextInput(); - endTimeField.minWidth = 50; - endTimeField.maxWidth = 50; - endTimeField.text = pad(t2.hours) + ":" + pad(t2.minutes); - dateBar.addChild(endTimeField); - dateBar.addChild(endDateField); - - button = new Button(); - button.label = &q...