1
0
Fork 0
forked from 0x2620/oxjs

'use strict';

This commit is contained in:
rolux 2011-11-05 17:46:53 +01:00
commit 56370aa0a7
113 changed files with 207 additions and 15 deletions

View file

@ -1,5 +1,7 @@
// vim: et:ts=4:sw=4:sts=4:ft=js
'use strict';
/*@
Ox.IconItem <f:Ox.Element> IconItem Object
() -> <f> IconItem Object

View file

@ -1,4 +1,5 @@
// vim: et:ts=4:sw=4:sts=4:ft=js
'use strict';
/*@
Ox.IconList <f:Ox.Element> IconList Object
() -> <f> IconList Object

View file

@ -1,3 +1,5 @@
'use strict';
Ox.InfoList = function(options, self) {
self = self || {};

View file

@ -1,5 +1,7 @@
// vim: et:ts=4:sw=4:sts=4:ft=javascript
'use strict';
/*@
Ox.ItemInput <f:Ox.Element> ItemInput Object
() -> <f> ItemInput Object

View file

@ -1,5 +1,7 @@
// vim: et:ts=4:sw=4:sts=4:ft=javascript
'use strict';
/*@
Ox.List <f:Ox.Element> List Element
() -> <f> List Object

View file

@ -1,5 +1,7 @@
// vim: et:ts=4:sw=4:sts=4:ft=javascript
'use strict';
/*@
Ox.ListItem <f:Ox.Element> ListItem Object
() -> <f> ListItem Object

View file

@ -1,4 +1,5 @@
// vim: et:ts=4:sw=4:sts=4:ft=javascript
'use strict';
/*@
Ox.ListPage <f:Ox.Element> ListPage Object
() -> <f> ListPage Object

View file

@ -1,5 +1,7 @@
// vim: et:ts=4:sw=4:sts=4:ft=javascript
'use strict';
/*@
Ox.TextList <f:Ox.Element> TextList Object
() -> <f> TextList Object

View file

@ -1,5 +1,7 @@
// vim: et:ts=4:sw=4:sts=4:ft=javascript
'use strict';
/*@
Ox.TreeList <f:Ox.Element> TreeList Object
() -> <f> TreeList Object