Minor tidy-up in plugin documentation
Change-Id: Ifcc18420062bf5fadb1837d43b93b7be6cc1f89e
This commit is contained in:
@@ -683,7 +683,7 @@ can be accessed from any REST client, i. e.:
|
||||
"Bonjour François from change 1, patch set 1!"
|
||||
====
|
||||
|
||||
Special case is to bind an endpoint without view name. This is
|
||||
A special case is to bind an endpoint without a view name. This is
|
||||
particularly useful for DELETE requests:
|
||||
|
||||
[source,java]
|
||||
@@ -702,8 +702,9 @@ public class Module extends AbstractModule {
|
||||
}
|
||||
----
|
||||
|
||||
For an `UiAction` bound this way JS API function can be provided.
|
||||
Currently only one restriction exists: per plugin only one UiAction
|
||||
For a `UiAction` bound this way, a JS API function can be provided.
|
||||
|
||||
Currently only one restriction exists: per plugin only one `UiAction`
|
||||
can be bound per resource without view name. To define a JS function
|
||||
for the `UiAction`, "/" must be used as the name:
|
||||
|
||||
|
Reference in New Issue
Block a user