<%function welcome(){ %>

相关资源

Icon Legend

Package
Class
Singleton
Method
Property
Event
<%} %> <%function createInheritance(name){%> <%var sbCls = [];%> <%while(name){%> <% var cls = api.getClass(name); sbCls.push(cls); name = cls.extend;%> <%}%> <%sbCls.reverse();%>
<%var offset = 0;%> <%for(var i=0; i <%var cls = sbCls[i];%>
<%=cls.shortname%>
<%offset+=15%> <%}%>
<%} %> <%function createMethodString(name, params, ret){%>
<%=name%> ( <%if(params){%> <%for(var i=0,l=params.length; i <%=params[i].name%> <%if(i!=l-1){%> , <%}%> <%}%> <%}%> ) <%if(ret && ret.type){%> : <%=ret.type%><%}%>
<%}%> <%function createDescs(name, list, classname, cls, icon){%> <%var baseClassName = api.getBaseClassName(cls); %>
<%=name %>
<%if(list && list.length>0){%> <%for(var i=0; i <%var li = list[i]; var ret = li['return']; %> class="inherited"<%} %> style="<%if(li.exception){%>display:table-row;<%}%>"> <%} %> <%}%>
<%} %>

Class <%=this.name %>

<%if(this.typeName){%><%} %> <%if(this.single){%><%} %> <%if(this.extend){%><%} %>
TypeName:<%=this.typeName%>
Namespace:<%=this.namespace%>
ClassName:<%=this.shortname%>
Single
Extend:<%=this.extend%>
<%=this.description%>
<%=createInheritance(this.name)%>
<%=createDescs('Properties', api.getInheritedProperties(this.name), this.name+'-properties', this, 'icon-prop') %> <%=createDescs('Methods', api.getInheritedFunctions(this.name), this.name+'-methods', this, 'icon-method') %> <%=createDescs('Events', api.getInheritedEvents(this.name), this.name+'-events', this, 'icon-event') %>