Skip to content

Helpers

helpers

helpers.escHT

Escape the & < > in strings that must be rendered as HTML.

Kind: static constant of helpers

helpers.putMarkdown

Display markdown

The markdown is formatted as HTML, where shebanq-specific links are resolved into working hyperlinks.

Kind: static constant of helpers

Param Description
wdg A div in the HTML This div has a subdiv with the source markdown in it and a destination div which gets the result of the conversion

helpers.toggleDetail

Hide and expand material

Kind: static constant of helpers

Resolve shebanq-specific links into working hyperlinks

Kind: static constant of helpers

helpers.colorDefault

Computes the default color

The data for the computation comes from the server and is stored in the javascript global variable Config colorsDefault, nDefaultClrCols, nDefaultClrRows

Kind: static constant of helpers

helpers.closeDialog

Close a dialog box

Kind: static constant of helpers

helpers~mEscape()

Escape the _ character in strings that must be rendered as markdown.

Kind: inner method of helpers