-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm using ExtJS 3.2 and have content inside of a tab panel, and the tab panel inside of a container in a Viewport. The actual TabPanel resizes correctly on the viewport size changes, but the content inside a panel in the TabPanel seems to be a fixed width and will not shrink when the window is resized…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
Let's consider following, simplified example:
we have 2 tabs withing , each tab has and at the moment we want to switch from one tab to another, and the inputText is empty (we dont want to submit value from it anyway, we want to go to another tab) we get "Validation Error: Value is required…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I have TabPanel which contains, among other things, a Grid connected to a Store.
Several events may remove elements from the store.
I would like the Grid to be removed from the TabPanel when the store is empty and, possibly, to have a single place in my code to check for this event.
I thought…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using Seam 2.1.2 and RichFaces 3.3.2.SR1.
<a4j:form>
<rich:tabPanel switchType="ajax">
<rich:tab label="TAB 1" actionListener="#{outControl.tab1}" immediate="true">
<ui:include src="/pages/agenda/TabContain.xhtml" />
</rich:tab>
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm a newb to jQ so please forgive my ignorance.
I'm using Asa Wilson's plugin jquery.dirtyform.js to prompt a user of unsaved changes before they nav away from a page (ASP.Net C# 3.5).
It basically loops through all controls and appends a class and handler to each input.
Controls w/i an ajaxToolkit:TabPanel…
>>> More