public class ListExecutable extends org.xwiki.gwt.user.client.ui.rta.cmd.internal.DefaultExecutable
commandrta| Constructor and Description |
|---|
ListExecutable(RichTextArea rta,
boolean ordered)
Create a list executable to handle lists as specified by the parameter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isExecuted() |
execute, getParameter, isEnabled, isSupportedpublic ListExecutable(RichTextArea rta, boolean ordered)
rta - the execution targetordered - specified whether this executable handles ordered or unordered lists.public boolean isExecuted()
Overwrite the default function to handle situations of valid HTML lists which are not detected correctly by the browsers.
isExecuted in interface ExecutableisExecuted in class org.xwiki.gwt.user.client.ui.rta.cmd.internal.DefaultExecutableDefaultExecutable.isExecuted()Copyright © 2004–2014 XWiki. All rights reserved.