Class StealLockButtonControl

  • All Implemented Interfaces:
    VariableResolver, IControl

    public class StealLockButtonControl
    extends ButtonControl
    Defines steallock button control. The lock button inherits all the button control properties and has default values for certain properties.

    Example use:
    
     <control:lum_stealLockButton id="stealLockButton" />
     
    xml data available for xsl rendering:
    
     <control id="stealLockButton" text="STR_LOCK" type="lum_stealLockButton">
     	<onClick type="script">
     		<script>
     			LumisContent.unlockContentLocale('%CONTENT_LOCALE_ID%', LumisContent.OP_STEAL);
     			hideLockMessage('contentBlockedMessage');
     		</script>
     	</onClick>
     	<image>lumis/portal/client/images/Lock.gif</image> 
     </control>
     
    Since:
    6.0.0
    Version:
    $Revision: 23853 $ $Date: 2020-06-02 14:36:19 -0300 (Tue, 02 Jun 2020) $