Difference between revisions of "JSFL"
From Wikicliki
| Line 11: | Line 11: | ||
this will not work with includes. | this will not work with includes. | ||
| + | |||
| + | == See Also == | ||
| + | |||
| + | [[Category:Programming]] | ||
Latest revision as of 02:40, 12 July 2013
function publishAllDocuments()
{
var i = fl.documents.length;
while(i--){
fl.documents[i].publish();
}
}
publishAllDocuments();
this will not work with includes.