Commit graph

47 commits

Author SHA1 Message Date
j
91e1065aab rename Ox.UI source files, remove Ox. prefix 2012-05-28 19:44:12 +00:00
j
005d50c389 self.setOption ~> that.update 2012-05-28 19:35:41 +00:00
j
b9e80c9d75 cleanup docs, fix children/find calls 2012-05-22 15:14:40 +02:00
rolux
5692195509 swap the meaning of makeArray and toArray: makeArray, like makeObject, is a helper function for arguments processing (that wraps any non-array in an array), toArray, like in other libraries, is an alias for Array.prototype.slice.call 2012-05-19 12:40:59 +04:00
j
509745407b add documentation stubs 2012-05-21 12:38:18 +02:00
rolux
1d86f10e79 fix a bug that would keep disabled items in a select enabled, and in consequence allow for removal of title and director columns in 0xDB list view 2012-03-31 18:28:32 +02:00
rolux
30088ad0b1 update map and calendar 2012-01-13 12:27:42 +05:30
rolux
73f1105692 updating form elements 2011-12-30 15:03:01 +05:30
rlx
84e7e794f7 misc bugfixes 2011-12-23 09:54:20 +00:00
rlx
60281a666b misc bugfixes 2011-12-22 17:37:31 +00:00
rlx
02f53a57c1 use new form element syntax, continued 2011-12-22 15:47:46 +00:00
rolux
074902d079 form elements rewrite, part 2 2011-12-21 21:03:52 +05:30
rlx
7f83cd3141 form elements rewrite, part 1 2011-12-21 13:42:47 +00:00
rlx
cf567e5608 fix some Select/MenuButton bugs 2011-12-20 07:29:14 +00:00
rolux
96b206de1a use MenuButton 2011-12-20 12:50:37 +05:30
rlx
9f151e2e60 add Ox.MenuButton 2011-12-20 07:07:57 +00:00
rlx
4701245038 add mail svg; update form elements; change 'focusInput()' signature 2011-12-18 09:29:35 +00:00
rolux
3d3be10e2c add SelectInput 2011-12-01 11:52:23 +01:00
rolux
aaded38a5f update Select (add maxWidth and style options, make sure one can set width, labelWidth and title options) 2011-11-30 15:40:41 +01:00
rlx
170fd84c80 some work on filters 2011-11-10 13:55:33 +00:00
rolux
56370aa0a7 'use strict'; 2011-11-05 17:46:53 +01:00
j
1d09d19423 some redesign for better garbage collection of elements 2011-11-04 22:14:30 +00:00
j
dce2843303 use Ox.Log 2011-11-04 16:54:28 +01:00
rlx
3c8430979b add place controls to map 2011-10-30 21:05:32 +00:00
rlx
b6c872b5a4 in Ox.Calendar tooltips, only display the text representation of an event's range if it's different from the event's name 2011-10-29 17:05:44 +00:00
rlx
f43122f795 workaround for select values not getting updated correctly when updating form values 2011-10-11 11:22:16 +00:00
rlx
ccece375c0 fix a corner case in Ox.formatDateRangeDuration() 2011-10-10 17:00:01 +00:00
rlx
df3ea541b3 make map controls work 2011-10-04 02:26:24 +00:00
rlx
54b7d9de9f fix css for selects with labels, allow for checkboxes with labels 2011-10-03 15:02:19 +00:00
rlx
3965eed153 url controller updates, list bugfixes 2011-09-28 17:31:35 +00:00
rlx
f2c8644001 update Ox.URL, add Ox.Event 2011-09-23 10:43:57 +00:00
rlx
b881f74c7e misc fixes 2011-09-20 00:11:16 +00:00
rolux
4cc754a28d remove Ox.each, , $.extend, $.map and $.merge 2011-09-17 20:36:09 +02:00
rolux
da9e5dbb29 fix event handlers and split panel resize event 2011-09-17 19:39:38 +02:00
rlx
3f90e96c3a updating video elements (fixes bugs with positions and points) 2011-09-17 07:09:17 +00:00
rlx
3f3edac8c7 some fixes for filters and form elements 2011-09-08 08:16:31 +00:00
rolux
dd7191e8d4 load svg images inline 2011-08-09 19:00:39 +02:00
j
0ccad0b973 fix vim line 2011-07-29 20:48:43 +02:00
j
cb7a7b0f5d Ox.OptionGroup needs new 2011-06-19 20:25:37 +02:00
j
b27ed00356 remove new for all Ox.Elements, dont declare arguments again, add some semicolons 2011-06-19 19:48:32 +02:00
rolux
5e54f5394d some listmap fixes 2011-05-30 14:06:58 +02:00
rolux
60662a437a add type field (still needs a better Ox.Select) 2011-05-30 13:47:30 +02:00
rolux
5915acd72c improving listmap 2011-05-22 14:39:57 +02:00
rolux
007e525162 improvements to editor ui 2011-05-20 16:11:42 +02:00
j
cc75e25415 more docs 2011-05-16 12:49:48 +02:00
rolux
7380595c7e various improvements in OxJS and OxUI 2011-04-29 14:40:51 +02:00
rolux
4489e88f44 better filesystem structure for modules and themes; 'minified' ui if debug option not set; dynamially generated map markers 2011-04-27 21:24:33 +02:00
Renamed from source/js/Ox.UI/Form/Ox.Select.js (Browse further)