Search Results

Type: Posts; User: alanp5

Search took 0.01 seconds.
  1. Using your above example how would I use a javascript function to calculate the parameter value?
  2. That works. Thanks
  3. Can someone tell me how I can Dynamically add a listener to tab that is created using the AddTab example? I am creating tabs based on a selected item in a treeview and want to be able to detect when...
  4. Firgured it out:

    set DeferredRender="false" on the tab panel and used the following code:




    tab.load(

    {
  5. Yes, i saw that example but I don't need to add a tab just update an existing one. I have tried using load but I don't think I have a good enough understanding of what it is expecting.
  6. Can someone tell me the easiest way to update the url for a tab using javascript? I would like to be able to allow a user to change the contents based on criteria that they choose.
  7. Does anyone have an example of dynamically creating a tab in a tabpanel by clicking on a row of a gridpanel? I tried using the example for adding tabs by clicking on a treepanel but I can't seem to...
  8. <P align=left>I am trying to populate a grid panel with records that are queried from a database using the id of one of the nodes from a tree panel as the identifier.

    What I did is create a tree...
  9. I am trying to populate a treepanel with a web service that accepts an id as a parameter. I can't seem to get it to work so that when you click on a node it retrieves the nodeid, passes it to the...
Results 1 to 9 of 9