From 0aa48d0503c69c9ebc1d2bb209bfbec10e8bed64 Mon Sep 17 00:00:00 2001 From: Bryan Berry Date: Wed, 17 Feb 2010 09:39:34 +0000 Subject: initial commit. Lesson English_Animal_Identification is current template --- (limited to 'docs/symbols/$.ui.scoreboard.defaults.html') diff --git a/docs/symbols/$.ui.scoreboard.defaults.html b/docs/symbols/$.ui.scoreboard.defaults.html new file mode 100755 index 0000000..9727ae8 --- /dev/null +++ b/docs/symbols/$.ui.scoreboard.defaults.html @@ -0,0 +1,665 @@ + + + + + + + JsDoc Reference - $.ui.scoreboard.defaults + + + + + + + + + + + +
+ +
Class Index +| File Index
+
+

Classes

+ +
+ +
+ +
+ +

+ + Namespace $.ui.scoreboard.defaults +

+ + +

+ +
Extends + $.ui.scoreboard.
+ + + Default settings for the scoreboard widget + + +
Defined in: ui.scoreboard.js. + +

+ + + + + + + + + + + + + + + + + +
Namespace Summary
Constructor AttributesConstructor Name and Description
  + +
Default settings for the scoreboard widget
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Field Summary
Field AttributesField Name and Description
<static>   +
+ $.ui.scoreboard.defaults.layout +
+
Initial layout, valid options are "horizontal" and "vertical"
+
<static>   +
+ $.ui.scoreboard.defaults.locale +
+
Default locale, valid options are "en" and "ne"
+
<static>   +
+ $.ui.scoreboard.defaults.pauseButton +
+
Display the Pause Button
+
<static>   +
+ $.ui.scoreboard.defaults.restartButton +
+
Display the Retart Button
+
<static>   +
+ $.ui.scoreboard.defaults.score +
+
Initial score
+
<static>   +
+ $.ui.scoreboard.defaults.startButton +
+
Display the Start Button
+
<static>   +
+ $.ui.scoreboard.defaults.total +
+
Initial total
+
<static>   +
+ $.ui.scoreboard.defaults.winningScore +
+
The score that will win the game
+
+ + + +
+ +
+ + + + + + + + + +
+
Methods borrowed from class $.ui.scoreboard:
dec, decTotal, destroy, getScore, getTotal, inc, incTotal, restart, setScore, setTotal
+
+ + + + + + + +
+
+ Namespace Detail +
+ +
+ $.ui.scoreboard.defaults +
+ +
+ Default settings for the scoreboard widget + +
+ + + + + + + + + + + + +
+ + + + +
+ Field Detail +
+ + +
<static> + + {String} + $.ui.scoreboard.defaults.layout + +
+
+ Initial layout, valid options are "horizontal" and "vertical" + + +
+ + + + + + + +
+
Default Value:
+
+ "horizontal" +
+
+ + +
+ + +
<static> + + {String} + $.ui.scoreboard.defaults.locale + +
+
+ Default locale, valid options are "en" and "ne" + + +
+ + + + + + + +
+
Default Value:
+
+ "en" +
+
+ + +
+ + +
<static> + + {boolean} + $.ui.scoreboard.defaults.pauseButton + +
+
+ Display the Pause Button + + +
+ + + + + + + +
+
Default Value:
+
+ false +
+
+ + +
+ + +
<static> + + {boolean} + $.ui.scoreboard.defaults.restartButton + +
+
+ Display the Retart Button + + +
+ + + + + + + +
+
Default Value:
+
+ true +
+
+ + +
+ + +
<static> + + {Number} + $.ui.scoreboard.defaults.score + +
+
+ Initial score + + +
+ + + + + + + +
+
Default Value:
+
+ 0 +
+
+ + +
+ + +
<static> + + {boolean} + $.ui.scoreboard.defaults.startButton + +
+
+ Display the Start Button + + +
+ + + + + + + +
+
Default Value:
+
+ false +
+
+ + +
+ + +
<static> + + {Number} + $.ui.scoreboard.defaults.total + +
+
+ Initial total + + +
+ + + + + + + +
+
Default Value:
+
+ 0 +
+
+ + +
+ + +
<static> + + {Number} + $.ui.scoreboard.defaults.winningScore + +
+
+ The score that will win the game + + +
+ + + + + + + +
+
Default Value:
+
+ 0 +
+
+ + + + + + + + + + + + +
+
+ + + +
+ + Documentation generated by JsDoc Toolkit 2.3.2 on Wed Jan 20 2010 17:12:11 GMT+0545 (NPT) +
+ + -- cgit v0.9.1