someone have already used dialog_buttons_ok_cancel but meet error Element type "g:dialog_buttons_ok_cancel" must be followed by either attribute specifications, ">" or "/>".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2018 02:50 AM
I tried to create a dialog window. but when i use <g:dialog_buttons_ok_cancel ok="return validateComments()"ok_type="button" cancel_type="button" /> in my html . it caused the error Element type "g:dialog_buttons_ok_cancel" must be followed by either attribute specifications, ">" or "/>". some one have found a solution for this?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2020 01:03 AM
I tried this but it's still showing me the error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2021 05:52 AM
ok="return validateComments()"<add space here>ok_type="button"
This should help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2020 10:33 AM
Hello,
Try this it will work.
<g:dialog_buttons_ok_cancel ok="return validateComments()" ok_type="button" cancel_type="button"></g:dialog_buttons_ok_cancel>
Thanks,
Laxmi