I was using
win1 = new Window(''1'', {className: "mac_os_x",
title: "Sample1", width:
200, height:150, top:70, left:100}); win1.getContent().innerHTML
"<h1>1</h1>";
This is on the documentation page,
setHTMLContent(html)
however I can''t seem to get it to work properly. I got it to work, but
the <h1> didn''t do anything to the text.
win1 = new Window(''1'', {className: "mac_os_x",
title: "Sample1", width:
200, height:150, top:70, left:100}); win1.setHTMLContent(<h1>Hello</
h1>)
Again, any help would be appreciated!
On Mar 28, 8:23 pm, "hans"
<pun...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:> Was wondering how I could do just that, as when I try, it won''t
work.
> By advanced I mean that I would like to embed videos, that use this
> <embed></embed>, and have many single quotation marks in it.
Any help
> would be appreciated!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Spinoffs" group.
To post to this group, send email to
rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---