[CLOSED] Call directMethod in ext:window Content

  1. #1

    [CLOSED] Call directMethod in ext:window Content

    Hi!

    I have a ext:Window in my MainPage and in this ext:Window I am loading a Form Detail aspx page.
    I wish call a DirectMethod in this Form Detail Page, loaded in ext:window.
    Its possible? How I do?
    Last edited by Daniil; Feb 21, 2012 at 4:32 AM. Reason: [CLOSED]
  2. #2
    Hi,

    Calling a child page DirectMethod from a parent page.
    Window1.getBody().Ext.net.DirectMethods.SomeDirectMethod();
    Calling a parent page DirectMethod from a child page.
    parent.Ext.net.DirectMethods.SomeDirectMethod();
  3. #3
    Hi Daniil

    Works fine! Thanks a lot.

Similar Threads

  1. simple DirectMethod call not working?
    By phinoppix in forum 1.x Help
    Replies: 2
    Last Post: Jul 05, 2011, 12:12 PM
  2. [CLOSED] Call DirectMethod from subclassed control
    By smart+ in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jun 08, 2011, 10:05 AM
  3. Call DirectMethod from a TreePanel
    By khadga in forum 1.x Help
    Replies: 3
    Last Post: Jan 10, 2011, 5:56 PM
  4. [CLOSED] [1.0] DirectMethod call on IFrame
    By MP in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Sep 24, 2010, 6:42 PM
  5. how to call DirectMethod from grid
    By harshad.jadhav in forum 1.x Help
    Replies: 2
    Last Post: Jul 10, 2010, 8:58 AM

Posting Permissions