Questions tagged [tabcontainer]
205 questions
0
votes
4 answers
Response.Redirect, keep tabcontainer on active tab
My VB.net tabcontainer needs to stay on the active tab when I have each submit going through the response.redirect.
How can I achieve this? I need that response.redirect there because it will show what has been added in the main tab…

Jamie
- 1,579
- 8
- 34
- 74
0
votes
1 answer
Oracle APEX Tab Container row too long and not breaking
My APEX Tabs Container has many tabs and it's not showing all of them in the page, forcing the user to scroll sideways to be able to see everything. There are no explicit options in the developer page that allows to change the amount of tabs shown…

AWildmann
- 179
- 3
- 21
0
votes
0 answers
dgrid OnDemandGrid header and content columns not aligned
I have a dgrid (OnDemandGrid, DGridSelection) within a dijit ContentPane (within a BorderContainer) that displays over a map. The grid contains a header row (labels) and the content rows are data from a FeatureLayer. As the map is moved, the server…

tpdietz
- 41
- 4
0
votes
1 answer
dojo tabbed container question
I have a TabContainer with 3 tabs which I create using the declarative way. The total number of tabs are 6 for the container, however the last 3 are added programmatically because of the size of the data, server calls, etc. What I need is for the…
0
votes
1 answer
SAPUI5: sap.m.TextArea cursor position
I'm using sap.m.TabContainer with items containing sap.m.TextArea's. If I switch between tabs,
the cursor position in the textarea's is reseted. I would like to keep the cursor position in the textarea's. Is there a possibility to store the current…

Annie W.
- 328
- 4
- 22
0
votes
2 answers
ASP.net Listview AJAX ModalPopupExtender
I am trying to get a modalpopupextender to show from a listview that is inside of a tab panel. If this is possible can someone please help me? This is my image listview, from here I would just like to pop up images - like with lightbox or fancybox.…

Jamie
- 1,579
- 8
- 34
- 74
0
votes
1 answer
Renaming a tab in javascript tabContainer
Does anyone know how to update the title of a selected tab using the dijit.layout.TabContainer?
I am able to retrieve the current title using this.tc.getChildren()[tabIndex].title, but trying to set it as this.tc.getChildren()[tabIndex].title =…

bobness
- 1
- 2
0
votes
1 answer
link to a page with tabbed content doesnt work
I have been trying to have a direct link, so that whenever that link is clicked the specific tab opens. However when I use domainname.com/aboutus#award_tab the tab name doesn't open the specific tab I want.
All content in the tab has been given the…

Mr Beh
- 1
0
votes
1 answer
Disable clicking on tabPanel in TabContainer
I want to disable clicking and going from one tabPanel to another. Like here http://www.eldan.co.il/en/ the user can't select another step. I tried something like this
if (Tabs.ActiveTabIndex == 0)
{
Tabs.Tabs[1].Enabled = false;
}
but it hides…

Rougher
- 834
- 5
- 19
- 46
0
votes
1 answer
Ajax TabContainer Rendering Problem
I'm using Ajax TabContainer with a number of tabs,and IE as browser.
On one of the tabs, which is created and added dinamically, I'm showing a number of charts.
Sometimes some of the charts are missing, and after changing tab or selecting the area…

Ali
- 1
- 1
0
votes
1 answer
ASP.NET, TabContainers and iFrames
I have an aspx page which has an iFrame. I dynamically set the iFrame's source to another aspx page, which has nothing else but a Label and a TabContainer with a few controls (textboxes) on each of the 3 tabs.
When I view the site on my development…
user724198
0
votes
1 answer
Using TabContainer in an ObjectPageDynamicHeaderTitle in Fiori App
I wrote a Fiori App a while ago using the old Master-Detail Application floorplan which uses an ObjectPageHeader static header. The new SAP guidelines require an ObjectPageDynamicHeaderTitle.
My objective is to have a TabContainer along the whole…

Bwal
- 135
- 1
- 2
- 7
0
votes
1 answer
dijit.layout.TabContainer
Having problems getting a dijit.layout.tabContainer to display.
I add it programmatically, add a contentPane and all appears well in the DOM.
No JS errors or warnings and I can see the controls are created through Chrome developer tools, I just…

David
- 320
- 1
- 6
- 22
0
votes
1 answer
How to interact with non stored child controls in FMX design time? (TTabControl Tab Content)
I have been scanning the code of TTabControl for the past three days and I found the following:
The control will accept child controls but redirect them based on the state it is in, for example:
if the child is a TTabItem it will assign it to the…

Nasreddine Galfout
- 2,550
- 2
- 18
- 36
0
votes
0 answers
ASP .NET AJAX TabContainer - Underline the text in the selected tab
I'm trying to underline the tab with the asp .net ajax control toolkit tabcontainer that is currently selected and set the aria-selected attribute for section 508. I have tried several different ways to do this. I am using the following code that…

Wallace B. McClure
- 1,165
- 1
- 15
- 31