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.feedback.html') diff --git a/docs/symbols/$.ui.feedback.html b/docs/symbols/$.ui.feedback.html new file mode 100755 index 0000000..9a9222d --- /dev/null +++ b/docs/symbols/$.ui.feedback.html @@ -0,0 +1,525 @@ + + + + + + + JsDoc Reference - $.ui.feedback + + + + + + + + + + + +
+ +
Class Index +| File Index
+
+

Classes

+ +
+ +
+ +
+ +

+ + Namespace $.ui.feedback +

+ + +

+ + + + Feedback widget + + +
Defined in: ui.feedback.js. + +

+ + + + + + + + + + + + + + + + + +
Namespace Summary
Constructor AttributesConstructor Name and Description
  + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Method Summary
Method AttributesMethod Name and Description
  +
correct() +
+
Displays the correct icon in the center of the screen + and plays the sound "correct" if loaded
+
  +
destroy() +
+
Removes the feedback widget and all related data from the DOM
+
  + +
Displays the incorrect icon in the center of the screen + and plays the sound "incorrect" if loaded
+
  +
lose() +
+
Display an unhappy face and text that says "You lose!"
+
  +
win() +
+
Display a happy face and text that says "You win!"
+
+ + + + + + + + + +
+
+ Namespace Detail +
+ +
+ $.ui.feedback +
+ +
+ + +
+ + + + + + + + + + + + +
+ + + + + + + +
+ Method Detail +
+ + +
+ + + correct() + +
+
+ Displays the correct icon in the center of the screen + and plays the sound "correct" if loaded + + +
+ + + + + + + + + + + +
+ + +
+ + + destroy() + +
+
+ Removes the feedback widget and all related data from the DOM + + +
+ + + + + + + + + + + +
+ + +
+ + + incorrect() + +
+
+ Displays the incorrect icon in the center of the screen + and plays the sound "incorrect" if loaded + + +
+ + + + + + + + + + + +
+ + +
+ + + lose() + +
+
+ Display an unhappy face and text that says "You lose!" + + +
+ + + + + + + + + + + +
+ + +
+ + + win() + +
+
+ Display a happy face and text that says "You win!" + + +
+ + + + + + + + + + + + + + + + + + +
+
+ + + +
+ + Documentation generated by JsDoc Toolkit 2.3.2 on Wed Feb 17 2010 14:55:41 GMT+0545 (NPT) +
+ + -- cgit v0.9.1