When adding a link button on a page It is not possible to select a target of the link. Is is there? In the code mxui code I see there is property action. Is there a way to set it? this._target = (this.action == "open" ? "_blank" : "_self"); Thank you Andries