diff options
author | Joel Fischer <joeljfischer@gmail.com> | 2018-05-25 14:47:33 -0400 |
---|---|---|
committer | Joel Fischer <joeljfischer@gmail.com> | 2018-05-25 14:47:33 -0400 |
commit | 466cd0091c8350aba1c81862da11a9bc07ff0207 (patch) | |
tree | dee36e267eacba5d65cb26717e8c85c2c0d9ae9d /docs/Classes/SDLMenuParams.html | |
parent | da767be2bd10518df7e54a4b043f333d51ed540c (diff) | |
download | sdl_ios-466cd0091c8350aba1c81862da11a9bc07ff0207.tar.gz |
Update for v6.0
Diffstat (limited to 'docs/Classes/SDLMenuParams.html')
-rw-r--r-- | docs/Classes/SDLMenuParams.html | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/docs/Classes/SDLMenuParams.html b/docs/Classes/SDLMenuParams.html index 351edb322..f74fd7399 100644 --- a/docs/Classes/SDLMenuParams.html +++ b/docs/Classes/SDLMenuParams.html @@ -58,8 +58,9 @@ parentID </h3> - <p>@abstract the unique ID of an existing submenu to which a command will be added - @discussion If this element is not provided, the command will be added to the top level of the Command Menu.</p> + <p>The unique ID of an existing submenu to which a command will be added</p> + +<p>If this element is not provided, the command will be added to the top level of the Command Menu.</p> <p>Optional, Integer, 0 - 2,000,000,000</p> @@ -79,15 +80,15 @@ position </h3> - <p>@abstract The position within the items of the parent Command Menu - @discussion 0 will insert at the front, 1 will insert after the first existing element, etc.</p> + <p>The position within the items of the parent Command Menu</p> + +<p>0 will insert at the front, 1 will insert after the first existing element, etc.</p> <p>Position of any submenu will always be located before the return and exit options.</p> -<ul> -<li><p>If position is greater or equal than the number of items in the parent Command Menu, the sub menu will be appended to the end of that Command Menu.</p></li> -<li><p>If this element is omitted, the entry will be added at the end of the parent menu.</p></li> -</ul> +<p>If position is greater or equal than the number of items in the parent Command Menu, the sub menu will be appended to the end of that Command Menu.</p> + +<p>If this element is omitted, the entry will be added at the end of the parent menu.</p> <p>Optional, Integer, 0 - 1000</p> @@ -107,7 +108,7 @@ menuName </h3> - <p>@abstract the menu name which appears in menu, representing this command</p> + <p>The menu name which appears in menu, representing this command</p> <p>Required, max length 500 characters</p> |