Search Results

Type: Posts; User: ozayExt

Page 1 of 2 1 2
Search took 0.03 seconds.
  1. Hi,

    thank you for your recommendation but i wish to use "addTab" function via javascript.
    for example,
    an html link,


    <a href="javascript:addTab(#{TabPanel1}, 'id', 'url','name');">click...
  2. Hi,

    is there any way to call addTab function with an html link?
    for example;


    <a href="javascript:addTab(#{TabPanel1}, 'id', 'url','name');">click me</a>

    thank you in advance
  3. it works now. thank you so much Daniil.
  4. sure,


    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="TestTab.aspx.cs" Inherits="wsKurumsal.TestTab" %>

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
  5. Thank you Daniil,

    I used 'close' instead of 'hide', but it did not work out for me.


    var moveTab = function (source, destination) {
    var tab = source.getActiveTab();
    ...
  6. Hi,
    I created a simple menu page to show the same page side by side using tabpanel's functionality.Here is the sample code



    <script type="text/javascript">
    var addTab = function...
  7. Thank you. It is very helpfull
  8. Hi,

    I wish to close all tabs in a TabPanel? TabPanel1.closeTab(tab) is for single tab.....

    thank you in advance
  9. Hi,
    How i can create a tooltip for a tabpanel's header?
    3440

    thank you in advance
  10. Hi,

    There is a demo which demonstrates how to add tab to a tab panel. How can i refresh a page that is already open? (not by simply closing it and clicking it)

    thank you in advance
  11. ups.. I have found the cause.. it is happens when to focus to an element in code behind...
  12. Hi,
    I created a simple login form with 2 parameters. The problem is , as soon as the form is loaded, required validation errors are shown because no data is entered yet. This is the form

    ...
  13. Hi,
    I created a simple login form with 2 parameters. The problem is , as soon as the form is loaded, required validation errors are shown because no data is entered yet. This is the form

    ...
  14. I forgot to put <ext:ResourceManager runat="server" /> in child page.

    many thanks
  15. Yes, sure it was
  16. thank you so much
  17. I call it within a button event and Page_Load.

    Url is a logout page, logout.aspx.
  18. Thank you,

    but how can i put this in code behind?

    Ext.Net.X.Js.Call("parent.Ext.net.DirectMethods.Redirect", "someurl"); ////not directing...
    ...
  19. hi,

    would you give an example please?
  20. Hi,

    Have you solved the problem yet?
  21. Hi

    Have you solved the problem yet?

    thank you.
  22. Hi Vladimir,

    I am trying to use the method you posted within an iframe throws NullReferenceException ....

    ResourceManager.GetInstance().AddScript("parent.window.location = '{0}';",...
  23. Hi,

    How can i change label names in EventEditWindow in basic calender demo?

    thank you

    Ozay
  24. thank you so much
Results 1 to 25 of 33
Page 1 of 2 1 2