I want to enable close & min max option side by side on
the keyboard. The following snippet disables min-max
option and enables close buttons.
**
* function onLoad() {
        kbd = new google.elements.keyboard.Keyboard(
             [google.elements.keyboard.LayoutCode.RUSSIAN],
              ['t1']);
      *
*       google.elements.keyboard.enableMinMaxMode(false);
       google.elements.keyboard.setAutoHide(false);
*
* }*
**
Is there any combination of APIs that enables both buttons at the same time*
*
**
Please help ... Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google AJAX APIs" 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-ajax-search-api?hl=en.

Reply via email to