Hi guys,
in my small project I have a form with TabContainer, just copy-n-pasted from Zend example of using Dojo decorators. Two pages, two subforms - works nice.
But I'd like to show "Submit" and "Cancel" buttons BELOW TabContainer (and add them directly to form, not to subforms), they doesn't appear on form.
In page source file, they placed between tab container's closing </div> tag and form closing </form> tab, as expected. But in Firebug's "HTML" pane they shown inside "<div class="dijitTabPaneWrapper" tag, so they exists but not shown on screen because they placed outside (below) main <div>.
I don't like to use declarative syntax in this form. Maybe it's a bug?