class-method
flagrate.Element.insertText
flagrate.Element.insertText(element, content) → Element
element
(Element
) – instance of Element.content
(String
|Number
|Object
) – The content to insert
Inserts content above
, below
, at the top
, and/or at the bottom
of
the given element, depending on the option(s) given.