Skin Objects and Modules

Last post 09-06-2005 11:31 PM by hooligannes97. 1 replies.

Sort Posts:

  • Skin Objects and Modules

    09-06-2005, 10:29 PM
    • Contributor
      6,910 point Contributor
    • codegalaxy
    • Member since 06-29-2004, 5:00 PM
    • Topeka (Alma), Kansas
    • Posts 1,475
    I am wanting to build a new skin object that will also have an interactive component - if I have something like an edit url string in a link and it is to push the skin object to another view will it act the same as module do and show only that module and no others?

    Dylan Barber
    read my stupid blog http://codemypantsoff.com
    Pants Optional!
  • Re: Skin Objects and Modules

    09-06-2005, 11:31 PM
    • All-Star
      16,504 point All-Star
    • hooligannes97
    • Member since 09-26-2003, 10:57 AM
    • Bolivia
    • Posts 2,917
    • Moderator

    That is what EditURL does. If you need to show other modules while the skin object is in another view is to load controls dinamically (not the DNN ctl but the ASP.NET controls) or show/hide panels with the "visible" property. It is also possible that you will need to use either URL querystrings, viewstate or both to achieve the results you look for.

    Do you know the truth when you hear it?
Page 1 of 1 (2 items)