[CLOSED] Which control can I use without bordes to load aspx pages?

  1. #1

    [CLOSED] Which control can I use without bordes to load aspx pages?

    Which control can I use without bordes to load aspx pages, if it is posible could you give me an example please?


  2. #2

    RE: [CLOSED] Which control can I use without bordes to load aspx pages?

    Hi Flor,

    All components which inherit from Panel include the Border="false" property.


    There is also the new (v1.0), <ext:Container> component, which is similar to a Panel, but has not borders or title. It's just a "container".


    Hope this helps.


    Geoffrey McGill
    Founder
  3. #3

    RE: [CLOSED] Which control can I use without bordes to load aspx pages?

    Could you please give a code line example about how to load a page with a Panel or Content control?
  4. #4

    RE: [CLOSED] Which control can I use without bordes to load aspx pages?

    Hi Flor,

    The following example demonstrates loading a url into a Window using the <AutoLoad> property. Just replace <ext:Window> with <ext:Panel>.


    https://examples1.ext.net/#/Window/B...oLoad_Website/


    Hope this helps.


    Geoffrey McGill
    Founder

Similar Threads

  1. Replies: 2
    Last Post: Nov 15, 2012, 12:52 AM
  2. Replies: 2
    Last Post: Feb 17, 2012, 2:45 PM
  3. as aspx pages loaded in tabs
    By jhohan25 in forum 1.x Help
    Replies: 2
    Last Post: Jun 02, 2011, 6:21 PM
  4. Replies: 4
    Last Post: Jun 09, 2010, 5:45 AM
  5. [CLOSED] Controls in ASPX pages when using Autoload
    By egodoy in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jul 29, 2009, 2:48 PM

Posting Permissions