Merge pull request #4217 from yamatoya/master
Add Japanes translated docs, improve a doc style.
This commit is contained in:
commit
58127e3d52
2 changed files with 338 additions and 1 deletions
|
@ -302,7 +302,7 @@ You can make use of `position` and `id` to control how the item will be placed
|
|||
when building a menu with `Menu.buildFromTemplate`.
|
||||
|
||||
The `position` attribute of `MenuItem` has the form `[placement]=[id]`, where
|
||||
placement is one of `before`, `after`, or `endof` and `id` is the unique ID of
|
||||
`placement` is one of `before`, `after`, or `endof` and `id` is the unique ID of
|
||||
an existing item in the menu:
|
||||
|
||||
* `before` - Inserts this item before the id referenced item. If the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue