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 set popup custom content in aweui grid popup crud without buildForm
Title:
B
I
{code}
?
I use vue js and aweui popup crud grid in my project. I want show popup and post form in vue js for awesome grid without buildForm. for exapmle this code not working : create: function(sp, o) { // this.buildForm({}, sp, o); return '<div class="row">\ <div class="copl-xs-12">\ <form><label>PlaceName</label> <input type="text" name="Place" id="Place" class="form-control" value="Search..." /></form>\ </div>\ </div>'; }
Save Changes
Cancel
dear
asked at 25 Apr 2021
Answers
B
I
{code}
?
I presume this create function is set for the `setCont` parameter of the `InitPopupForm`, in which case, here's an example: create: function(sp, o) { var div = $('<div>hi</div>'); o.scon.html(div); awe.flash(div); }
Save Changes
Cancel
Omu
answered at 26 Apr 2021
thanks a million
at 26 Apr 2021
dear
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