1
0
Fork 0
forked from 0x2620/oxjs

update Ox.URL, add Ox.Event

This commit is contained in:
rlx 2011-09-23 10:43:57 +00:00
commit f2c8644001
6 changed files with 166 additions and 33 deletions

View file

@ -23,6 +23,7 @@ Ox.Select <f:Ox.Element> Select Object
Ox.Select = function(options, self) {
// fixme: make selected a separate option
// fixme: selected item needs attribute "checked", not "selected" ... that's strange
self = self || {};
var that = Ox.Element({
@ -176,7 +177,7 @@ Ox.Select = function(options, self) {
};
/*@
selectItem <f> select item in group
selected <f> gets selected item
() -> <o> returns object of selected items with id, title
@*/
that.selected = function() {