Wondering if anyone else has run into this... I have some forms in bootstrap that are in "tab-panes". In order to handle a form re-print, one needs to show the tab by specifying an "active" css class on the "tab" and "tab-pane" (or triggering a js action). The name of the 'active' tab/pane set is needed.
The easiest way I thought of handling this is to have a Pylons-style AttribSafeObject on the request and set a 'tab_active' attribute. That works fine, I'm just wondering if anyone else has encountered this need and came up with a better solution. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/groups/opt_out.
