How can I access the editors document ?

pinEdit

How can I access the editors document ?


Pintexx Support 09-02-2005, 1:36

Just call

var doc = <editor object>.editGetDocument();

// set background color
doc.body.style.backgroundColor = "red";