Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/view-bridges/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
method.