org.exoplatform.wiki.rendering.macro.iframe
Class IFrameMacroParameters
java.lang.Object
org.exoplatform.wiki.rendering.macro.iframe.IFrameMacroParameters
public class IFrameMacroParameters
- extends Object
Manage an iframe node
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IFrameMacroParameters
public IFrameMacroParameters()
getSrc
public String getSrc()
- Returns:
- the src to be displayed in the panel header. Note that it can
contain content in the current syntax and that text which will be
parsed and rendered as any syntax content
setSrc
public void setSrc(String src)
- Parameters:
src - refer to getSrc()
getWidth
public String getWidth()
- Returns:
- the src to be displayed in the panel header. Note that it can
contain content in the current syntax and that text which will be
parsed and rendered as any syntax content
setWidth
public void setWidth(String width)
- Parameters:
width - refer to getWidth()
getHeight
public String getHeight()
- Returns:
- the height to be displayed in the panel header.
setHeight
public void setHeight(String height)
- Parameters:
height - refer to getHeight()
Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.