Home
Categories
Dictionary
Download
Project Details
Changes Log
What Links Here
How To
Syntax
FAQ
License
Elements declarations
The
ElementHook.supportedElements()
method allows to return the declarations for the elements which are supported by the
ElementHook
.
Naming
The declaration is the name of the XML element in the XML format, such as for example:
"title" for a
syntax
element
"code" for a
syntax
element
"pre" for a
syntax
element
etc...
The method to get the declaration for an element is
StyledElement.getDeclaration()
. Elements which have no declaration return "none" as their declaration by default.
See also
Scripts
: This article explains how to use the Scripting Plugin
Categories
:
plugins
docJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.