Insert html element instead of text
Status: Beta
Brought to you by:
gkalinec
Hi,
This patch permit to add arbitrary HTLM Element
img = document.createElement('IMG');
img.src = '/bweb/inflag.png';
chkbox = document.createElement('INPUT');
chkbox.type = 'checkbox';
chkbox.name = 'aname';
data.push( new Array(
"text",
img,
chkbox
)
);
Hope it's help
patch
Logged In: YES
user_id=73627
It's my patch for info