You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ajax.js finds all the form elements on the page that have an #ajax['callback'] or an #ajax['path'] set and adds an event handler for the #ajax['event'] set on that form element.
The links are not correct: For example, instead of https://docs.backdropcms.org/form_api#ajax_callback, it should be https://docs.backdropcms.org/form_api#ajax['callback']; instead of https://docs.backdropcms.org/form_api#ajax_path, it should be https://docs.backdropcms.org/form_api#ajax['path'].
I only noticed this in that page because I was looking for a documentation page that is referenced in the Example for Developers project to correct a @see link given there. The same issue could be present in other pages; if I find more of them, I will open a new issue.
The text was updated successfully, but these errors were encountered:
On https://docs.backdropcms.org/form_api, there are sentences similar to the following one.
The links are not correct: For example, instead of
https://docs.backdropcms.org/form_api#ajax_callback
, it should behttps://docs.backdropcms.org/form_api#ajax['callback']
; instead ofhttps://docs.backdropcms.org/form_api#ajax_path
, it should behttps://docs.backdropcms.org/form_api#ajax['path']
.I only noticed this in that page because I was looking for a documentation page that is referenced in the Example for Developers project to correct a
@see
link given there. The same issue could be present in other pages; if I find more of them, I will open a new issue.The text was updated successfully, but these errors were encountered: