forked from 0x2620/oxjs
update Ox.URL, add Ox.Event
This commit is contained in:
parent
738f734bde
commit
f2c8644001
6 changed files with 166 additions and 33 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue