ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
How to hide x close popup icon of awe Popup?
Title:
B
I
{code}
?
I want hide the butotn close (x) at top right corner for a specific popup, when I call `awe.open(..)`; please suggest me.
Save Changes
Cancel
nutfergie
asked at 27 Dec 2017
Answers
B
I
{code}
?
you can add a css class for he popup, and after use css to hide the button @(Html.Awe().InitPopup() .Name("popup1") .PopupClass("noclsbtn")) css: .noclsbtn .o-cls { display: none; }
Save Changes
Cancel
Omu
answered at 28 Dec 2017
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK