diff options
author | Nivesh Rajbhandari | 2012-03-22 16:18:38 -0700 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-03-22 16:18:38 -0700 |
commit | e52b0dcb9540b854a341a881de2d26aa753e9a82 (patch) | |
tree | 75cf1a4d40e300ccd4377439f1c42ee434ac50c3 /js/data/pi | |
parent | 686969216c6a2b19b32dc574d0cbcd38b01955f9 (diff) | |
download | ninja-e52b0dcb9540b854a341a881de2d26aa753e9a82.tar.gz |
Adding checkbox in PI to start/stop WebGL animation preview.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'js/data/pi')
-rwxr-xr-x | js/data/pi/pi-data.js | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/js/data/pi/pi-data.js b/js/data/pi/pi-data.js index 53fec3be..56337124 100755 --- a/js/data/pi/pi-data.js +++ b/js/data/pi/pi-data.js | |||
@@ -393,6 +393,16 @@ exports.PiData = Montage.create( Montage, { | |||
393 | ], | 393 | ], |
394 | [ | 394 | [ |
395 | { | 395 | { |
396 | type: "checkbox", | ||
397 | id: "animate", | ||
398 | prop: "animate", | ||
399 | defaultValue: true, | ||
400 | value: "Animate", | ||
401 | checked: true | ||
402 | } | ||
403 | ], | ||
404 | [ | ||
405 | { | ||
396 | type: "dropdown", | 406 | type: "dropdown", |
397 | id: "strokeMaterial", | 407 | id: "strokeMaterial", |
398 | prop: "strokeMaterial", | 408 | prop: "strokeMaterial", |
@@ -486,6 +496,16 @@ exports.PiData = Montage.create( Montage, { | |||
486 | ], | 496 | ], |
487 | [ | 497 | [ |
488 | { | 498 | { |
499 | type: "checkbox", | ||
500 | id: "animate", | ||
501 | prop: "animate", | ||
502 | defaultValue: true, | ||
503 | value: "Animate", | ||
504 | checked: true | ||
505 | } | ||
506 | ], | ||
507 | [ | ||
508 | { | ||
489 | type: "dropdown", | 509 | type: "dropdown", |
490 | id: "strokeMaterial", | 510 | id: "strokeMaterial", |
491 | prop: "strokeMaterial", | 511 | prop: "strokeMaterial", |
@@ -580,6 +600,16 @@ exports.PiData = Montage.create( Montage, { | |||
580 | ], | 600 | ], |
581 | [ | 601 | [ |
582 | { | 602 | { |
603 | type: "checkbox", | ||
604 | id: "animate", | ||
605 | prop: "animate", | ||
606 | defaultValue: true, | ||
607 | value: "Animate", | ||
608 | checked: true | ||
609 | } | ||
610 | ], | ||
611 | [ | ||
612 | { | ||
583 | type: "dropdown", | 613 | type: "dropdown", |
584 | id: "strokeMaterial", | 614 | id: "strokeMaterial", |
585 | prop: "strokeMaterial", | 615 | prop: "strokeMaterial", |