Announcement

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

    Showcase - option to hide feature explorer vstack

    This isn't so much a enhancement so much as a quick fix.

    Could Isomorphic please bring back the option to hide the feature explorer vstack on the right on the showcase with: "Prefer to write your own JavaScript..."

    Like what you have currently in the SmartClient showcase:
    http://www.smartclient.com/#Welcome
    When you click on the divider the feature explorer minimizes to a small bar on the bottom.

    I'm guessing your optimizing the showcase toward larger screens but many of my coworkers and I are still using relatively small screens...

    To those having similar issues a quick fix is to use:
    1. isc.showConsole() - show the developer console
    2. Go to the Watch Tab
    3. Traverse to isc_showcase_1_0 -> isc_VLayout -> isc_HLayout ->_ isc_VStack
    4. Right click on the isc_VStack and hide

    While I realize I could download, modify, and deploy the showcase internally I would prefer not to...

    Thanks!

    #2
    This should now be present for the SGWT Showcases. For example: http://www.smartclient.com/smartgwt/showcase/#main

    Comment


      #3
      Thanks a lot :D

      Comment

      Working...
      X