Showing posts with label pop. Show all posts
Showing posts with label pop. Show all posts

Saturday, March 24, 2012

TabStrip onmouseover

Is it possible to use this event on the Tab element of the TabStrip. For example when the mouse passes over a tab I would like to pop up an alert box (Java Script). I hope I am making my self clear.

Thanks in advance.WoW, if it's "doable", then it's great. Imagine the Tab panel becomes bigger when we just move mouse over !!
So, anyone have an idea ?!?
Hi,

I guess you can change the look and feel of the tabstrip...
Also you can program for the events on a tabstrip...
Code snippet demonstartes changing the look & feel of a tab strip, while displayed,selected,hovered...
try it out...



<%@. Register TagPrefix="iewc" Namespace="Microsoft.Web.UI.WebControls" Assembly="Microsoft.Web.UI.WebControls"%
<iewc:TabStrip id="LevelThreeTabStrip"Orientation="vertical"TabSelectedStyle="background-color:#ffffff;color:#000000"TabHoverStyle="background-color:#777777" TabDefaultStyle="background-color:#d2d2d2;font-family:verdana;font-weight:bold;font-size:8pt;color:#ffffff;width:168;height:21;text-align:center"
runat="server">
</iewc:TabStrip>

Tuesday, March 13, 2012

TASK MENU

I see on some text a task menu pop up next to a dropdownlist or a grid view for choosing a datasource and setting certain properties. I try but fail to make the task menu appear. Please explain how. Thanks.

In design mode, hover over a control that has quicktasks (datasource,dropdown,etc..)
a small triangle appears above the control - click it to open quicktasks