Namespace $.ui.kFooter.defaults
Extends
$.ui.kFooter.
Default settings for the kFooter widget
Defined in: ui.kFooter.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Default settings for the kFooter widget
|
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.startButton
Display the Start Button
|
<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
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.startButton
Display the Start Button
- 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