The 'thmlcode' option of the toolbar gives an iframe statement to
paste into a web page (Publish to web page), But that iframe code
doesn't seem to work unless I add some code to set the size of the
iframe--otherwise I get just a tiny window with scroll bars. I can fix
this by adding, for example,
   height="680" width="374" scrolling="no"
between the iframe and src (<iframe height="680" width="374"
scrolling="no" src=...).

Any way to add code like this in the string shown by the toolbar? I
don't really want to have to give instructions somewhere to alter the
code that you get, but without that (in my testing) it really doesn't
work.

Also, one of the parameters to the toolbar 'htmlcode' option is the
path
and name of the xml. While I appreciate that you could give a
different XML than the one being used for the current gadget, I would
guess that most of the
time, people will want to copy the gadget and use the same xml. So is
there a way to get the name of the xml file being used currently, or
would it be
possible to make that optional and have it default to the current xml
file? I hate to hard-code the file name into my gadget--it makes it
harder when testing new versions, for one thing.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to