Announcement

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

    Demo system

    I would like to create a demo-system of my smartgwt application, having some buttons being highlighted in order to help the user decide "what to click next".
    Example:
    Open demo
    1) Button "click me 1" is highlighted
    2) User clicks on "click me 1".
    3) Button "click me 2" is highlighted.

    etc.

    How could I best achieve this ?
    Using smartgwt 4.1p Power.

    #2
    Probably the simplest thing to do is provide a different baseStyle when the button is in this special state (next recommended action), which allows you to define different appearance not only for normal state, but also rollover, focused and down state if you wish.

    Comment

    Working...
    X