Menu

#1 Insert html element instead of text

open
nobody
None
5
2006-06-29
2006-06-29
Anonymous
No

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

Discussion

  • Nobody/Anonymous

    patch

     
  • Eric Bollengier

    Eric Bollengier - 2006-06-29

    Logged In: YES
    user_id=73627

    It's my patch for info

     

Log in to post a comment.