Foundational ajax support for Silverstripe CMS: push/pull server-side regions, trigger client-side events, modals, status messages.
Foundational framework-agnostic frontend ajax support for Silverstripe CMS: push/pull server-side regions, trigger
client-side events, modals, status messages.
See the documentation for examples and documentation.
I want to progressively enhance the "add to cart" button on an ecommerce website. Every page has an summary of the cart
(how many items etc) that needs to be kept up to date. Some pages have more extensive visual changes (removing rows from
a larger table on the "view cart" page for example).
This covers the vast majority of progressive enhancement cases I've come across working on Silverstripe sites, but gives
a lot of flexibility for more complicated stuff.
composer require markguinn/silverstripe-ajax:dev-master
Include base.js, base.css, and any status message and/or modal adapters.
Contributions welcome by pull request and/or bug report.
Please follow Silverstripe code standards (tests would be nice).
Copyright (c) 2014 Mark Guinn
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
Software, and to permit persons to whom the Software is furnished to do so, subject
to the following conditions:
The above copyright notice and this permission notice shall be included in all copies
or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem