com.ephox.editlive.common
Class CustomTagBehaviour

java.lang.Object
  extended by com.ephox.editlive.common.CustomTagBehaviour

public class CustomTagBehaviour
extends Object

Allows tag behaviour to be overridden

Since:
7.1
See Also:
CustomTagController.getCustomTagBehaviour(String)

Constructor Summary
CustomTagBehaviour()
           
 
Method Summary
 boolean isBreakOutOfInlineTag()
          Returns the current value of the Break Out Of Inline Tag option.
 void setBreakOutOfInlineTag(boolean breakOut)
          Does typing at the end of this tag continue the tag (like bold) or break out (like hyperlinks)?
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomTagBehaviour

public CustomTagBehaviour()
Method Detail

setBreakOutOfInlineTag

public void setBreakOutOfInlineTag(boolean breakOut)
Does typing at the end of this tag continue the tag (like bold) or break out (like hyperlinks)?

Only applies to inline tags. Defaults to false.


isBreakOutOfInlineTag

public boolean isBreakOutOfInlineTag()
Returns the current value of the Break Out Of Inline Tag option.


Copyright (c) 2005-2012 Ephox Pty Ltd. All rights reserved.