Showing related tags and posts across the entire site.
-
Reference: Help item "ComponentOne Window for ASP.NET: Working with Client-Side Script > Client-Side Events" I have a C1Window control ("C1W") on a form, with C1W.OnClientDeactivated = "C1W_Deactivated". The C1W_Deactivated function declaration is as follows: <script...
-
I have a C1Menu control with several sub menus. On the same page I have multiple C1Window controls. When the sub menu of the menu control hovers, it goes behind the C1Window control. Is there a way to specify the z-index of the sub menu so it will show up over all the other controls on the page? EDIT...
-
Is it possible to create a rendering animation (fade-in/fade-out) for the C1Window when the modal background is set? Any samples/examples on this? The C1Window control is wrapped in a canvas, and the visibility is getting set on that in code-behind. We would want to listen to when the C1Window his rendering...
-
I have an aspx webform that contains several custom user controls (.ascx). The aspx page a child of a master page (.master) I would like to open a C1Window from a link within of the a user controls. The C1Window control and hyperlink are both located on the .ascx page. I can not get the openWindow()...