2 Buttons side by side
![]() |
Hello, How can i add 2 buttons side by side? Im adding 2 buttons but one at above and other one at below. Forexample; "Copy coord to chat" button, how can add 2nd button to right side of it or left side? Another question is; is there a way press Enter button after send to chat function?
Regards,
|
![]() |
Found it. Thanks Firebug and qooxdoo. Now need auto send into chat line =/ 2 Buttons side by side: var buttonLayout = new qx.ui.layout.HBox(4).set( {alignX:"center"} );
this.app.cityDetailView.actionArea.add(this.buttonGroup); add your buttons into "buttonGroup" |
![]() |
Thanks again to Firebug. Here is auto chat send code. Use it after chatLine.setValue("YourValue") this.chat.sendCurrent(); |
