[progress Communities] [progress Openedge Abl] Forum Post: Re: Kendo Ui Move Draggable On Drop

  • Thread starter Thread starter Thierry Ciot
  • Start date Start date
Status
Not open for further replies.
T

Thierry Ciot

Guest
In new ui, you can leverage the custom event rb.newui.util.customEvents.rbs_uiResized and re-apply the computed offset in the callback. $(document).on( rb.newui.util.customEvents.rbs_uiResized, function() { // reapply offset to the element here … }); This event is triggered once the main container is resized (by container we mean where the RB inner page is rendered – inner page as in what you design in page designer – we sometime call it the canvas). Also, you are passed the computed height of the canvas in the data object.

Continue reading...
 
Status
Not open for further replies.
Back
Top