Is it possible to set the position of the tabs to be at the bottom of the tabcontainer using the AjaxToolkit? You do have some control over the CSS but I'm not au-fait enough with CSS to see whether it's feasible?
Thanks
...
I have an ajax toolkit TabContainer control on my page with a couple tabs. In my test, I would like to switch between the tabs.
I've tried _ie.Span("tabHeaderID").Click(), .MouseDown(), .FireEvent("onclick"). I've tried these same methods on the parent span elements as well.
I've also tried Eval-ing some javascript to set the active in...
I have an ASP.NET page that uses the ASP.NET Ajax Control Toolkit TabContainer. In the Page_Load event, I am hiding some of the tabs based on the data given to the page. I then want to make one of the tabs active based on the value of an (optional) query string parameter.
So I have:
protected void Page_Load ( object sender, EventArgs e...
Hey everyone,
I have a tabcontainer with 3 tab panels that sometimes renders blank in IE6/7 and is always empty in Firefox. I looked at the source and it shows the visibility as hidden.
I can't for the life of me see why this is happening. I checked Fiddler and Firebug and nothing looks out of the ordinary. All resource files are being...
This is what i am currently using to remember the state but wonder if there's a better way to do this?
<script language="javascript" type="text/javascript">
function readCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for(var i=...
I have two tabitems. User will enter some data and save it on the first tab. The second tab lists the saved data. What I need is when the user select the second tab before saving data in first tab a confirmation message box with Yes, No and Cancel should be shown. If the user clicks Yes button the data should be saved and go to the secon...
Hi guys,
I have a TabContainer inside a data bound FormView (to present the information by category ex: Client Bio data, health history, financial details...). The Update and Insert of the formView doesn't work (posting NULL values to the database) - I guess the FormView cannot find the TextBoxes inside the tab container's tab panels.
...
I am using a tabContainer in my page, and I have set the HeaderTemplete - e.g:
<cc1:TabContainer ID="TabContainer1" runat="server" CssClass="tab">
<cc1:TabPanel ID="ListView" runat="server" HeaderText="List View">
<HeaderTemplate>
<asp:Label style="padding:2px;" Width="100px" ID="ListHeader" runat="server"
...
How do you specify the selected tab at startup?
How do you programmatically select tabs?
...
Is there any way I can find what the previous active was when the active tab changed event is fired?
...
I'm using the TabContainer/TabPanel components of the Ajax Control Toolkit.
I'd like to hide the tabs themselves and use a button elsewhere on the page to activate (bring to the front) one of the tabs without posting back to the server.
I can show and hide the tabs by grabbing their clientIDs and manually setting the visibility and ...
The following works in firefox:
top:0px;margin-top:60px;bottom:0px;width:100%">
height:100%">
{% for row in tabContent %}
top:0px;margin-top:60px;bottom:0px;width:100%">
...
DOJO seems to have some quirks here. I specifically need to have the TabContainer hidden when the page loads, but then become visible after the user clicks a button. The first thing I tried is setting style.display = "none" to start, and then setting style.display = "block" on the click event. Unfortunately, this only partially works- th...
Hello and Good Day
I have a system that uses custom user controls for the information displayed on an ajax tabcontainer. I have finally gotten the lazy load of the user controls to work using triggers and placeholders to dynamically load the user control only the first time the user clicks on the respective tab.
The issue I am facing ...
Hi,
I have a small project I am doing, and am using Dojo for it. At the moment I can't get everything to load properly. I am trying to use the Tundra theme.
Essentially, the issue is that the TabContainer is missing tabs, has serif fonts instead of sans-serif, and shows all ContentPanes inside it instead of hiding ones in non-active ...
Hi,
I am trying to get dojo tab containers working using this example:
Creating Tab Form.
However although this gives a basic feel for a tab form container, I would like to know if it is possible to alter the layout so that I can cusomise it to fit with my current look and feel of the application.
I was thinking of viewscripts but uns...
Hi guys,
I have a iframe in which i have a ajax control Toolkit tabcontainer control and i am using a javascript to re size the iframe to fit its contents....
the script works fine in all browsers whenever the page reloads but when i change an active tab of the tabcontainer it goes haywire in Chrome only and calculates a height which i...
Hello,
Working in VS2005 and recently experimenting with MS Expression Web 3 and WebDwarf.
I'm trying to get away from using tables to format data entry as well as find an edit tool that would help speed up what up to now has been size/position trial and error formatting.
To get labels and field to line up so that labels are aligned r...
I'm using the ajaxcontroltoolkit and trying to call a couple of functions on a tab changed event.
I want to call more than one js function from my OnClientActiveTabChanged function but keep getting the error
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET ...
The following code works on IE8, Safari 4.0.2 - but generates an empty page on Firefox 3.5.5. Any idea ?
<html>
<head>
<link rel="stylesheet" type="text/css" href="http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/themes/tundra/tundra.css">
</head>
<body class="tundra">
<div style="width: 350px; height: 300px">
<div id="...