How to remove Default Close Button

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
rbross
Posts: 441
Joined: Wed Nov 19, 2014 4:13 am
Location: Coventry, Connecticut USA

How to remove Default Close Button

Post by rbross »

Hello,
Does anyone know a way to remove the default Close button on an Edit Form?
I have Save and Close buttons on the Bottom Panel, but a Close button still displays on the bottom of the form.
Its redundant plus confusing to the user.
RemoveCloseButton.JPG
RemoveCloseButton.JPG (18.25 KiB) Viewed 5479 times
Roger Ross
AwareIM 8.7 (build 3025) ~ MS-SQL ~ Windows 10 ~
AwareIM 8.5 (build 2828) ~ MS-SQL ~ Windows 10 ~
pureist
Posts: 427
Joined: Sun Jan 24, 2016 10:00 pm

Re: How to remove Default Close Button

Post by pureist »

this seems too simple.. but there must still be a panel operation button for Close in the Default location which exists.
Due to a glitch, SOMETIMES there is a button which does not show up in the main list of buttons.
This seems to be a button which you deleted but which didn't get deleted properly, and which will display in the app.
Last edited by pureist on Thu Mar 09, 2017 7:31 am, edited 1 time in total.
BLOMASKY
Posts: 1473
Joined: Wed Sep 30, 2015 10:08 pm
Location: Ocala FL

Re: How to remove Default Close Button

Post by BLOMASKY »

with CSS: .k-window-actions {display: none;}

JQuery: ${“.k-window-actions”).css.(“display”, “none”);
Post Reply