Sha256: 5b2aef27c8a36ac1c28abd60e916fb4f47a1aff2e2b8386d50669be94bab3474

Contents?: true

Size: 929 Bytes

Versions: 3

Compression:

Stored size: 929 Bytes

Contents

<span class="odd active"><a href="/">API Documentation Index</a></span>
	<for each="thisClass" in="data">
	{!
		if (thisClass.alias == "_global_") {
        if ($thisClass_i % 2 == 1) { 
          output += "<span class='odd global'>";
          output += new Link().toClass(thisClass.alias);
          output += "</span>";
          
        };
        if ($thisClass_i % 2 == 0) { 
          output += "<span class='even' global>";
          output += new Link().toClass(thisClass.alias);
          output += "</span>";
        };
		}
		else {
        if ($thisClass_i % 2 == 1) { 
          output += "<span class='odd'>";
          output += new Link().toClass(thisClass.alias);
          output += "</span>";
          
        };
        if ($thisClass_i % 2 == 0) { 
          output += "<span class='even'>";
			    output += new Link().toClass(thisClass.alias);
          output += "</span>";
        };
		}
	!}
	</for>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sc-docs-0.0.3 lib/sc_docs/templates/docs.sproutcore.com/allclasses.tmpl
sc-docs-0.0.2 lib/sc_docs/templates/docs.sproutcore.com/allclasses.tmpl
sc-docs-0.0.1 lib/sc_docs/templates/docs.sproutcore.com/allclasses.tmpl