Welcome Guest [Log In] [Register]
Viewing Single Post From: Add more boxes to Board Statistics
Chris
Member Avatar
Member
[ *  *  *  * ]
What would be nice is if you used an array of objects instead of only one. That way certain ones can be turned off and others can be turned on :)

Ex:

Quote:
 
zbbsSettings = new Array();
zbbsSettings[0] = new Object({
isOn: true,
Title: "Title Here",
Info: "Info Here",
Image: "http://209.85.62.24/static/1/s_stats.png"
}


:)

Then use the for() to check each object.
Edited by Chris, Nov 29 2007, 10:02 PM.
Offline Profile Quote Post
Add more boxes to Board Statistics · User Created Codes