Standards  1.0
iMarkdownToolkit Interface Reference

Data Fields

const iType = "MarkdownToolkit"
 
const iShort = "mt"
 
const iVersion = "1.0"
 
const iEntities
 
const iWidgets
 
const iInputs
 

Field Documentation

const iEntities
Initial value:
= [
]
const iInputs
Initial value:
= [
"MarkdownEditor" => "A multiline Input::Text derived input that has a built in editor."
]

The input needed.

Must have all constants and $[Input name] variables.

const iWidgets
Initial value:
= [
"Markdown(string body)" => "This will return an html string with compiled markdown or raw markdown that will be compiled on the client."
]

Must have all constants and $[Widget name] variables.


The documentation for this interface was generated from the following file: