Noodle Help Site

Class BEditor


Defined in: <./BEditor/media/noodle.beditor.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
BEditor(myParent)
Minimal functions for a WYSIWYG Web Broswer editor
developer.mozilla.org/en-US/docs/Web/API/document.execCommand
Method Summary
Method Attributes Method Name and Description
 
 
fd(s)
 
fdv(s, v)
 
 
fill()
 
 
hiLite(v)
 
init(w)
 
 
insertIMG(imgSrc)
 
insertNode(win, node)
 
 
qfd(s)
 
 
BEditor(myParent)
Minimal functions for a WYSIWYG Web Broswer editor
developer.mozilla.org/en-US/docs/Web/API/document.execCommand
Parameters:
{Noodle} myParent
Returns:
{BEditor}
clean()
fd(s)
Parameters:
{String} s
aCommandName
fdv(s, v)
Parameters:
{String} s
aCommandName
{String} v
aValueArgument
ffHack()
fill()
{Document} getDoc()
Returns:
{Document} Document of the BEditor's content body
hiLite(v)
Parameters:
{String} v
Color value
init(w)
Parameters:
{Window} w
insertHR()
insertIMG(imgSrc)
Parameters:
{String} imgSrc
URL
insertNode(win, node)
Parameters:
{Window} win
Window of BEditor's content body
{Node} node
insertTable()
qfd(s)
Parameters:
s
showSpacing()
viewSource()