After some experimentation, I have discovered that the uiConfig
setXXXEnabled functions don't do anything. I can set them to true or
false with the same effect.

It is possible to get the toolbar enabled by using an undocumented
function: setToolbarVisible(boolean), as Yariv suggested.

For example:
    function initWavePanel(waveId) {
      var wave = new WavePanel('https://wave.google.com/wave/');
      var uiConfig = new WavePanel.UIConfig();
      wave.setUIConfigObject(uiConfig);
      wave.loadWave(waveId);
      wave.init(document.getElementById('waveframe'), function()
{wave.setToolbarVisible(true);});
    }


Can someone from Google explain what the Header and Footer are
supposed to be and when the API will support them?

I would like to enable the part of a wave with Tags, including the
tags assigned to the wave and the ability to add new tags. I would
also like to enable the part of a wave with the Playback button (the
other buttons may also be useful), and wave participants.

Bryan

--

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-...@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=.


Reply via email to