forked from 0x2620/oxjs
more docs
This commit is contained in:
parent
bdb8d98787
commit
cc75e25415
42 changed files with 664 additions and 93 deletions
|
|
@ -1,4 +1,21 @@
|
|||
// vim: et:ts=4:sw=4:sts=4:ft=js
|
||||
|
||||
/*@
|
||||
Ox.IconItem <f:Ox.Element> IconItem Object
|
||||
() -> <f> IconItem Object
|
||||
(options) -> <f> IconItem Object
|
||||
(options, self) -> <f> IconItem Object
|
||||
options <o> Options object
|
||||
height <n|128> icon height
|
||||
id <s> element id
|
||||
info <s> icon info
|
||||
size <n|128> icon size
|
||||
title <s> title
|
||||
width <n|128> icon width
|
||||
url <s> icon url
|
||||
self <o> shared private variable
|
||||
@*/
|
||||
|
||||
Ox.IconItem = function(options, self) {
|
||||
|
||||
//Ox.print('IconItem', options, self)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue