Class StealLockButtonControl

  • All Implemented Interfaces:
    javax.servlet.jsp.el.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$ $Date$