Announcement

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

    Portlet Restored Handler

    Is there a function on Portlet to attach window restored handler, and window maximized handler.
    Window resized is not the best solution, because it fires a lot events when portlet is maximized(about 10).

    #2
    I need it because I have gwt component in portlet that is not from smart gwt, but from GWT Highcharts. When I maximize or restore portlet, smart gwt recreates somehow my chart and does it wrong (It destroys chart and its unusable after that). I want to recreate manually my chart on portlet restored event.
    Restore click event doesn't fit here because its called on click, not on operation done, on completed portlet restore.
    Also, portlet resized event doesn't fit because I have about 5-10 events.
    Versions:
    Smart GWT 3.1 (4.0)
    GWT 2.4
    GWT Highcharts 1.5
    highcharts.js 3.0
    Tested on firefox and chrome.
    Last edited by aleksandar_yu; 26 Jul 2013, 04:56.

    Comment

    Working...
    X