XenForo
Administrative
- Thread starter
- Admin
- #1
Hello there,
In a template, if we use

Without that attribute or

However, I was wondering if XF allows us to have a the switch UI without having to submit anything to the server. If I use
Read more
ادامه مطلب...
In a template, if we use
<xf:toggle submit="true" />, it gives us a nice little switch on the UI like the following:
Without that attribute or
submit="", it turns into a checkbox which is absolutely fair.
However, I was wondering if XF allows us to have a the switch UI without having to submit anything to the server. If I use
submit="true" but without providing a URL to post, it does the job of turning off and on (along with...Read more
ادامه مطلب...