Repository
Preparing search index...
The search index is not available
Pathfinder 1e for Foundry VTT
Pathfinder 1e for Foundry VTT
pf1
applications
HTMLEditor
Class HTMLEditor
HTML Editor
Generic HTML text editor.
Hierarchy
any
HTMLEditor
Index
Constructors
constructor
Properties
DEFAULT_
OPTIONS
PARTS
Accessors
title
Methods
_initialize
Application
Options
_prepare
Context
_process
Submit
Data
Constructors
constructor
new
HTMLEditor
()
:
HTMLEditor
Returns
HTMLEditor
Properties
Static
DEFAULT_
OPTIONS
DEFAULT_OPTIONS
:
{
classes
:
string
[]
;
form
:
{
closeOnSubmit
:
boolean
;
submitOnChange
:
boolean
}
;
position
:
{
height
:
number
;
width
:
number
}
;
sheetConfig
:
boolean
;
window
:
{
minimizable
:
boolean
;
resizable
:
boolean
}
;
}
= ...
Static
PARTS
PARTS
:
{
form
:
{
template
:
string
}
}
= ...
Accessors
title
get
title
()
:
any
Returns
any
Methods
_initialize
Application
Options
_initializeApplicationOptions
(
options
:
any
)
:
any
Parameters
options
:
any
Returns
any
_prepare
Context
_prepareContext
()
:
{
content
:
any
;
editable
:
any
;
path
:
any
;
uuid
:
any
}
Returns
{
content
:
any
;
editable
:
any
;
path
:
any
;
uuid
:
any
}
_process
Submit
Data
_processSubmitData
(
event
:
any
,
form
:
any
,
submitData
:
any
)
:
any
Parameters
event
:
any
form
:
any
submitData
:
any
Returns
any
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
DEFAULT_
OPTIONS
PARTS
Accessors
title
Methods
_initialize
Application
Options
_prepare
Context
_process
Submit
Data
Repository
Repository
Pathfinder 1e for Foundry VTT
Loading...
HTML Editor
Generic HTML text editor.