1. #1
    Sencha User
    Join Date
    Mar 2012
    Posts
    4
    Vote Rating
    0
    Webrat is on a distinguished road

      0  

    Default Unanswered: How to show the content of a 3rd - Party Website

    Unanswered: How to show the content of a 3rd - Party Website


    Hi everybody!
    Whithin my application I want to show the content of a 3rd party website (actually it's mine... )
    In GXT 2x I used a ContentPanel and .setUrl("http://...") to get this working.

    In GXT 3 RC there is no .setURL

    How can I get this done in GXT 3x?

    Kind regards
    "Webrat"

  2. #2
    Software Architect
    Join Date
    Sep 2007
    Posts
    13,709
    Vote Rating
    107
    Answers
    60
    sven is just really nice sven is just really nice sven is just really nice sven is just really nice

      0  

    Default


    You can use the GWT Frame widget. GXT2 was doing the same when using setUrl in ContentPanel/TabItem

  3. #3
    Sencha User
    Join Date
    Mar 2012
    Posts
    4
    Vote Rating
    0
    Webrat is on a distinguished road

      0  

    Default THX

    THX


    Whow... that was fast!
    Thank you.