Class Index | File Index

Classes


Namespace $.ui.kFooter.defaults


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

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Default settings for the kFooter widget
Field Summary
Field Attributes Field Name and Description
<static>  
$.ui.kFooter.defaults.locale
Default locale, valid options are "en" and "ne"
<static>  
$.ui.kFooter.defaults.pauseButton
Display the Pause Button
<static>  
$.ui.kFooter.defaults.restartButton
Display the Retart Button
<static>  
$.ui.kFooter.defaults.score
Initial score
<static>  
$.ui.kFooter.defaults.scoreboard
Display the scoreboard
<static>  
$.ui.kFooter.defaults.startButton
Display the Start Button
<static>  
$.ui.kFooter.defaults.timer
Display the timer
<static>  
$.ui.kFooter.defaults.total
Initial total
<static>  
$.ui.kFooter.defaults.winningScore
The score that will win the game
Methods borrowed from class $.ui.kFooter:
dec, decTotal, destroy, getScore, getTotal, inc, incTotal, restart, setScore, setTotal, startTimer, stopTimer
Namespace Detail
$.ui.kFooter.defaults
Default settings for the kFooter widget
Field Detail
<static> {String} $.ui.kFooter.defaults.locale
Default locale, valid options are "en" and "ne"
Default Value:
"en"

<static> {boolean} $.ui.kFooter.defaults.pauseButton
Display the Pause Button
Default Value:
false

<static> {boolean} $.ui.kFooter.defaults.restartButton
Display the Retart Button
Default Value:
true

<static> {Number} $.ui.kFooter.defaults.score
Initial score
Default Value:
0

<static> {boolean} $.ui.kFooter.defaults.scoreboard
Display the scoreboard
Default Value:
true

<static> {boolean} $.ui.kFooter.defaults.startButton
Display the Start Button
Default Value:
false

<static> {boolean} $.ui.kFooter.defaults.timer
Display the timer
Default Value:
false

<static> {Number} $.ui.kFooter.defaults.total
Initial total
Default Value:
0

<static> {Number} $.ui.kFooter.defaults.winningScore
The score that will win the game
Default Value:
0

Documentation generated by JsDoc Toolkit 2.3.2 on Wed Feb 17 2010 14:55:42 GMT+0545 (NPT)