Class Papercube.LinkStrengthButtonView
| Extends: | SC.View |
| Defined in: | clients/papercube/views/link_strength_button.js |
| Version: | 1.0 |
| Author: | Peter Bergstrom |
| Copyright: | 2008-2009 Peter Bergström. |
Overview
LinkStrengthButtonView is used as part of the collaborator View. Allows quick access to the max and min values.
Property Summary
-
- (ObjectController) controller [R/W]The controller that needs to be called. -
- (String) emptyElement [R/W]Empty element is an empty DIV. -
- (Boolean) maxStrength [R/W]Boolean value specifying if the action is go to max strength requirements or not. -
- (Boolean) option [R/W]Option param allows you to pass in multi action information.
Method Summary
-
- (void) mouseDown()Mouse down action that either increases or decreases the depth.
Property Details
maxStrength [R/W]
Boolean value specifying if the action is go to max strength requirements or not.
- Boolean maxStrength
Default Value: YES
option [R/W]
Option param allows you to pass in multi action information.
- Boolean option
Default Value: YES
Discussion
Default NO but can be set to any action.