updates to url controller, filter and form elements

This commit is contained in:
rlx 2011-11-10 19:52:26 +00:00
commit 07c79ed7ac
7 changed files with 162 additions and 79 deletions

View file

@ -113,6 +113,10 @@ Ox.TimeInput = function(options, self) {
] : [], self.options.ampm ? [
self.$input.ampm
] : []),
joinValues: function(values) {
setValue();
return self.options.value;
},
separators: Ox.merge([
{title: ':', width: 8},
], self.options.seconds ? [
@ -125,7 +129,7 @@ Ox.TimeInput = function(options, self) {
width: 0
//width: self.options.width || 128
}), self)
.bindEvent('change', setValue);
/*.bindEvent('change', setValue)*/;
setValue();