'lo all

     Firstly, let me say I don't have access to the Sandbox, so if
this is a silly question that would easily be answered there or
whatever, that is why.

     Toying around with making a gadget, and I'm wanting to have a
different "view" if the wave is in EDIT mode rather than the regular
VIEW mode. However, with the code:

     if(wave.getMode()==wave.Mode.VIEW){document.write("View Mode");
     else if(wave.getMode()==wave.Mode.EDIT){document.write("Edit
Mode");

in <script> tags, neither one appear either when I'm viewing the wave
or when I'm editing it. I threw a document.write("Testing
Javascript"); outside of the if statements to ensure I hadn't borked
anything else up, and that at least prints.

     So, any ideas as to what I'm doing wrong? Or is getMode not yet
fully supported in Wave Preview? Thanks in advance,
--nerd_boy

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to