Ext Admin Page Save Problem
Hi, when i change the checkbox and save it its dont save this is my code:
admin/controller.php
Solution:Jump to solution
Read up on https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input/checkbox to see how the checkbox element works.
MDN Web Docs
<input type="checkbox"> - HTML | MDN
<input> elements of type checkbox are rendered by default as boxes that are checked (ticked) when activated, like you might see in an official government paper form. The exact appearance depends upon the operating system configuration under which the browser is running. Generally this is a square but it may have rounded corners. A checkbox allow...
3 Replies
admin/view.blade.php
Solution
Read up on https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input/checkbox to see how the checkbox element works.
MDN Web Docs
<input type="checkbox"> - HTML | MDN
<input> elements of type checkbox are rendered by default as boxes that are checked (ticked) when activated, like you might see in an official government paper form. The exact appearance depends upon the operating system configuration under which the browser is running. Generally this is a square but it may have rounded corners. A checkbox allow...
oh ** i see