jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts

  • cutterr
    Participant

    Hello Martin;

    Thank you for responding back.

    Here is a picture of the event I was asking about.

    [IMG]http://i63.tinypic.com/2dslssz.png[/IMG]

    I can also explain it in detail but an image should be much more clear.

    When I slide “document1” on the “documentGrouptab” to switch it’s position with “document2” on the tab I don’t know which of the following outputs can I use for that.

       @Output() onCreate = new EventEmitter();
       @Output() onDock = new EventEmitter();
       @Output() onFloatGroupClosed = new EventEmitter();
       @Output() onFloat = new EventEmitter();
       @Output() onPin = new EventEmitter();
       @Output() onResize = new EventEmitter();
       @Output() onUnpin = new EventEmitter();

    cutterr
    Participant

    Update:

    I have found out if I call jqxdockinglayout methods: render() and refresh() by force when I lose the content inside boxes I can make them visible again. But do I need to call them on every event of jqxdocking layout? Is there a way for angular_jqxdockinglayout.ts to call it’s own functions instead on every change?

    Also I couldn’t find a @output event for moving the documents on sliders without floating them.

Viewing 2 posts - 1 through 2 (of 2 total)