Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    sc:LoadISC Avoid Loading a Skin

    Is there any way to not load a skin when using this tag to load the SC framework:

    Code:
    <sc:loadISC modulesDir="modules" includeModules="Charts,RealtimeMessaging"/>
    Without specifying the skin, it tries to load Tahoe. I've tried setting it to empty skin="", but then it tries to load a skin with an empty in the url.

    #2
    You can use the "loadModules" tag instead - it's specifically doc'd to be just like loadISC except it doesn't load a skin :)

    Comment


      #3
      Thank you, that worked

      Comment

      Working...
      X