From aa5e846142403483646bb8a62ca0425029fe2fd0 Mon Sep 17 00:00:00 2001 From: Michal Jonak <30671294+MJonak@users.noreply.github.com> Date: Fri, 20 Nov 2020 11:09:54 +0000 Subject: [PATCH] Fixed raisePostBackEvent typo --- docs/view-bridges/events.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/view-bridges/events.md b/docs/view-bridges/events.md index 12a049f..ae8c7aa 100644 --- a/docs/view-bridges/events.md +++ b/docs/view-bridges/events.md @@ -31,7 +31,7 @@ this case it should be called `doSomethingEvent`. `raiseServerEvent` returns a reference to the XMLHttpRequest object being used to transmit the event to allow it to be cancelled when appropriate. -### raisePostbackEvent +### raisePostBackEvent Raises an event on the server by posting the page in much the same way as a normal button control would. This is sometimes used when a navigation like feel is actually @@ -98,4 +98,4 @@ the model should be changed in PHP, the new model will be transmitted back to th and updated transparently. If your View Bridge needs to know when this happens you can implement the `onModelUpdatedByEvent` -method. \ No newline at end of file +method.