Skip to content

Commit

Permalink
Updated PlatformUI API doc
Browse files Browse the repository at this point in the history
After:
4ecb5b0 Merge branch '1.7' into 1.8
  • Loading branch information
ezrobot committed Feb 9, 2017
1 parent 7b18664 commit 6da41c4
Show file tree
Hide file tree
Showing 714 changed files with 15,040 additions and 520 deletions.
51 changes: 51 additions & 0 deletions platformui-javascript-api/api.js
Expand Up @@ -4,8 +4,10 @@ YUI.add("yuidoc-meta", function(Y) {
"Author",
"AuthorList",
"CKEDITOR.plugins.ezaddcontent",
"CKEDITOR.plugins.ezcaret",
"CKEDITOR.plugins.ezembed",
"CKEDITOR.plugins.ezfocusblock",
"CKEDITOR.plugins.ezmoveelement",
"CKEDITOR.plugins.ezpaste",
"CKEDITOR.plugins.ezremoveblock",
"CKEDITOR.plugins.yui3",
Expand All @@ -28,6 +30,9 @@ YUI.add("yuidoc-meta", function(Y) {
"eZ.AlloyEditorButton.ButtonEmbedRight",
"eZ.AlloyEditorButton.ButtonImageHref",
"eZ.AlloyEditorButton.ButtonImageVariation",
"eZ.AlloyEditorButton.ButtonLinkEdit",
"eZ.AlloyEditorButton.ButtonMoveDown",
"eZ.AlloyEditorButton.ButtonMoveUp",
"eZ.AlloyEditorButton.WidgetButton",
"eZ.AlloyEditorButton.eZ.AlloyEditor.ButtonEmbed",
"eZ.AlloyEditorButton.eZ.AlloyEditor.ButtonHeading",
Expand Down Expand Up @@ -188,6 +193,7 @@ YUI.add("yuidoc-meta", function(Y) {
"eZ.RestModel",
"eZ.RichTextEditView",
"eZ.RichTextEmbedContainer",
"eZ.RichTextLocationLink",
"eZ.RichTextResolveEmbed",
"eZ.RichTextResolveImage",
"eZ.RichTextView",
Expand Down Expand Up @@ -228,6 +234,9 @@ YUI.add("yuidoc-meta", function(Y) {
"eZ.TreeView",
"eZ.UniversalDiscoveryBrowseView",
"eZ.UniversalDiscoveryConfirmedListView",
"eZ.UniversalDiscoveryFinderExplorerLevelView",
"eZ.UniversalDiscoveryFinderExplorerView",
"eZ.UniversalDiscoveryFinderView",
"eZ.UniversalDiscoveryMethodBaseView",
"eZ.UniversalDiscoverySearchView",
"eZ.UniversalDiscoverySelectedView",
Expand Down Expand Up @@ -262,11 +271,14 @@ YUI.add("yuidoc-meta", function(Y) {
"ez-alloyeditor-button-embedleft",
"ez-alloyeditor-button-imagehref",
"ez-alloyeditor-button-imagevariation",
"ez-alloyeditor-button-linkedit",
"ez-alloyeditor-button-mixin-blocktextalign",
"ez-alloyeditor-button-mixin-embedalign",
"ez-alloyeditor-button-mixin-embeddiscovercontent",
"ez-alloyeditor-button-mixin-embedimage",
"ez-alloyeditor-button-mixin-widgetbutton",
"ez-alloyeditor-button-movedown",
"ez-alloyeditor-button-moveup",
"ez-alloyeditor-button-remove",
"ez-alloyeditor-toolbar-config-block-base",
"ez-alloyeditor-toolbar-config-embed",
Expand Down Expand Up @@ -398,6 +410,7 @@ YUI.add("yuidoc-meta", function(Y) {
"ez-restmodel",
"ez-richtext-editview",
"ez-richtext-embedcontainer",
"ez-richtext-locationlink",
"ez-richtext-resolveembed",
"ez-richtext-resolveimage",
"ez-richtext-view",
Expand Down Expand Up @@ -437,6 +450,9 @@ YUI.add("yuidoc-meta", function(Y) {
"ez-universaldiscoverybrowseview",
"ez-universaldiscoveryconfirmedlistview",
"ez-universaldiscoverycontenttreeplugin",
"ez-universaldiscoveryfinderexplorerlevelview",
"ez-universaldiscoveryfinderexplorerview",
"ez-universaldiscoveryfinderview",
"ez-universaldiscoverymethodbaseview",
"ez-universaldiscoveryplugin",
"ez-universaldiscoverysearchview",
Expand Down Expand Up @@ -515,6 +531,11 @@ YUI.add("yuidoc-meta", function(Y) {
"name": "ez-alloyeditor-button-imagevariation",
"description": "Provides the image variation drop down"
},
{
"displayName": "ez-alloyeditor-button-linkedit",
"name": "ez-alloyeditor-button-linkedit",
"description": "Provides the link edit button"
},
{
"displayName": "ez-alloyeditor-button-mixin-blocktextalign",
"name": "ez-alloyeditor-button-mixin-blocktextalign",
Expand All @@ -540,6 +561,16 @@ YUI.add("yuidoc-meta", function(Y) {
"name": "ez-alloyeditor-button-mixin-widgetbutton",
"description": "Provides the WidgetButton mixin"
},
{
"displayName": "ez-alloyeditor-button-movedown",
"name": "ez-alloyeditor-button-movedown",
"description": "Provides the move down button"
},
{
"displayName": "ez-alloyeditor-button-moveup",
"name": "ez-alloyeditor-button-moveup",
"description": "Provides the move up button"
},
{
"displayName": "ez-alloyeditor-button-remove",
"name": "ez-alloyeditor-button-remove",
Expand Down Expand Up @@ -1195,6 +1226,11 @@ YUI.add("yuidoc-meta", function(Y) {
"name": "ez-richtext-embedcontainer",
"description": "Provides the embedcontainer richtext processor"
},
{
"displayName": "ez-richtext-locationlink",
"name": "ez-richtext-locationlink",
"description": "Provides the Location link processor"
},
{
"displayName": "ez-richtext-resolveembed",
"name": "ez-richtext-resolveembed",
Expand Down Expand Up @@ -1390,6 +1426,21 @@ YUI.add("yuidoc-meta", function(Y) {
"name": "ez-universaldiscoverycontenttreeplugin",
"description": "Provides the content tree plugin for the universal discovery"
},
{
"displayName": "ez-universaldiscoveryfinderexplorerlevelview",
"name": "ez-universaldiscoveryfinderexplorerlevelview",
"description": "Provides the universal discovery finder explorer level view"
},
{
"displayName": "ez-universaldiscoveryfinderexplorerview",
"name": "ez-universaldiscoveryfinderexplorerview",
"description": "Provides the universal discovery finder explorer view"
},
{
"displayName": "ez-universaldiscoveryfinderview",
"name": "ez-universaldiscoveryfinderview",
"description": "Provides the universal discovery finder method"
},
{
"displayName": "ez-universaldiscoverymethodbaseview",
"name": "ez-universaldiscoverymethodbaseview",
Expand Down
16 changes: 16 additions & 0 deletions platformui-javascript-api/classes/Author.html
Expand Up @@ -41,8 +41,10 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/Author.html">Author</a></li>
<li><a href="../classes/AuthorList.html">AuthorList</a></li>
<li><a href="../classes/CKEDITOR.plugins.ezaddcontent.html">CKEDITOR.plugins.ezaddcontent</a></li>
<li><a href="../classes/CKEDITOR.plugins.ezcaret.html">CKEDITOR.plugins.ezcaret</a></li>
<li><a href="../classes/CKEDITOR.plugins.ezembed.html">CKEDITOR.plugins.ezembed</a></li>
<li><a href="../classes/CKEDITOR.plugins.ezfocusblock.html">CKEDITOR.plugins.ezfocusblock</a></li>
<li><a href="../classes/CKEDITOR.plugins.ezmoveelement.html">CKEDITOR.plugins.ezmoveelement</a></li>
<li><a href="../classes/CKEDITOR.plugins.ezpaste.html">CKEDITOR.plugins.ezpaste</a></li>
<li><a href="../classes/CKEDITOR.plugins.ezremoveblock.html">CKEDITOR.plugins.ezremoveblock</a></li>
<li><a href="../classes/CKEDITOR.plugins.yui3.html">CKEDITOR.plugins.yui3</a></li>
Expand All @@ -64,6 +66,9 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/eZ.AlloyEditorButton.ButtonEmbedRight.html">eZ.AlloyEditorButton.ButtonEmbedRight</a></li>
<li><a href="../classes/eZ.AlloyEditorButton.ButtonImageHref.html">eZ.AlloyEditorButton.ButtonImageHref</a></li>
<li><a href="../classes/eZ.AlloyEditorButton.ButtonImageVariation.html">eZ.AlloyEditorButton.ButtonImageVariation</a></li>
<li><a href="../classes/eZ.AlloyEditorButton.ButtonLinkEdit.html">eZ.AlloyEditorButton.ButtonLinkEdit</a></li>
<li><a href="../classes/eZ.AlloyEditorButton.ButtonMoveDown.html">eZ.AlloyEditorButton.ButtonMoveDown</a></li>
<li><a href="../classes/eZ.AlloyEditorButton.ButtonMoveUp.html">eZ.AlloyEditorButton.ButtonMoveUp</a></li>
<li><a href="../classes/eZ.AlloyEditorButton.eZ.AlloyEditor.ButtonEmbed.html">eZ.AlloyEditorButton.eZ.AlloyEditor.ButtonEmbed</a></li>
<li><a href="../classes/eZ.AlloyEditorButton.eZ.AlloyEditor.ButtonHeading.html">eZ.AlloyEditorButton.eZ.AlloyEditor.ButtonHeading</a></li>
<li><a href="../classes/eZ.AlloyEditorButton.eZ.AlloyEditor.ButtonImage.html">eZ.AlloyEditorButton.eZ.AlloyEditor.ButtonImage</a></li>
Expand Down Expand Up @@ -225,6 +230,7 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/eZ.RestModel.html">eZ.RestModel</a></li>
<li><a href="../classes/eZ.RichTextEditView.html">eZ.RichTextEditView</a></li>
<li><a href="../classes/eZ.RichTextEmbedContainer.html">eZ.RichTextEmbedContainer</a></li>
<li><a href="../classes/eZ.RichTextLocationLink.html">eZ.RichTextLocationLink</a></li>
<li><a href="../classes/eZ.RichTextResolveEmbed.html">eZ.RichTextResolveEmbed</a></li>
<li><a href="../classes/eZ.RichTextResolveImage.html">eZ.RichTextResolveImage</a></li>
<li><a href="../classes/eZ.RichTextView.html">eZ.RichTextView</a></li>
Expand Down Expand Up @@ -266,6 +272,9 @@ <h2 class="off-left">APIs</h2>
<li><a href="../classes/eZ.TreeView.html">eZ.TreeView</a></li>
<li><a href="../classes/eZ.UniversalDiscoveryBrowseView.html">eZ.UniversalDiscoveryBrowseView</a></li>
<li><a href="../classes/eZ.UniversalDiscoveryConfirmedListView.html">eZ.UniversalDiscoveryConfirmedListView</a></li>
<li><a href="../classes/eZ.UniversalDiscoveryFinderExplorerLevelView.html">eZ.UniversalDiscoveryFinderExplorerLevelView</a></li>
<li><a href="../classes/eZ.UniversalDiscoveryFinderExplorerView.html">eZ.UniversalDiscoveryFinderExplorerView</a></li>
<li><a href="../classes/eZ.UniversalDiscoveryFinderView.html">eZ.UniversalDiscoveryFinderView</a></li>
<li><a href="../classes/eZ.UniversalDiscoveryMethodBaseView.html">eZ.UniversalDiscoveryMethodBaseView</a></li>
<li><a href="../classes/eZ.UniversalDiscoverySearchView.html">eZ.UniversalDiscoverySearchView</a></li>
<li><a href="../classes/eZ.UniversalDiscoverySelectedView.html">eZ.UniversalDiscoverySelectedView</a></li>
Expand Down Expand Up @@ -301,11 +310,14 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/ez-alloyeditor-button-embedleft.html">ez-alloyeditor-button-embedleft</a></li>
<li><a href="../modules/ez-alloyeditor-button-imagehref.html">ez-alloyeditor-button-imagehref</a></li>
<li><a href="../modules/ez-alloyeditor-button-imagevariation.html">ez-alloyeditor-button-imagevariation</a></li>
<li><a href="../modules/ez-alloyeditor-button-linkedit.html">ez-alloyeditor-button-linkedit</a></li>
<li><a href="../modules/ez-alloyeditor-button-mixin-blocktextalign.html">ez-alloyeditor-button-mixin-blocktextalign</a></li>
<li><a href="../modules/ez-alloyeditor-button-mixin-embedalign.html">ez-alloyeditor-button-mixin-embedalign</a></li>
<li><a href="../modules/ez-alloyeditor-button-mixin-embeddiscovercontent.html">ez-alloyeditor-button-mixin-embeddiscovercontent</a></li>
<li><a href="../modules/ez-alloyeditor-button-mixin-embedimage.html">ez-alloyeditor-button-mixin-embedimage</a></li>
<li><a href="../modules/ez-alloyeditor-button-mixin-widgetbutton.html">ez-alloyeditor-button-mixin-widgetbutton</a></li>
<li><a href="../modules/ez-alloyeditor-button-movedown.html">ez-alloyeditor-button-movedown</a></li>
<li><a href="../modules/ez-alloyeditor-button-moveup.html">ez-alloyeditor-button-moveup</a></li>
<li><a href="../modules/ez-alloyeditor-button-remove.html">ez-alloyeditor-button-remove</a></li>
<li><a href="../modules/ez-alloyeditor-toolbar-config-block-base.html">ez-alloyeditor-toolbar-config-block-base</a></li>
<li><a href="../modules/ez-alloyeditor-toolbar-config-embed.html">ez-alloyeditor-toolbar-config-embed</a></li>
Expand Down Expand Up @@ -437,6 +449,7 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/ez-restmodel.html">ez-restmodel</a></li>
<li><a href="../modules/ez-richtext-editview.html">ez-richtext-editview</a></li>
<li><a href="../modules/ez-richtext-embedcontainer.html">ez-richtext-embedcontainer</a></li>
<li><a href="../modules/ez-richtext-locationlink.html">ez-richtext-locationlink</a></li>
<li><a href="../modules/ez-richtext-resolveembed.html">ez-richtext-resolveembed</a></li>
<li><a href="../modules/ez-richtext-resolveimage.html">ez-richtext-resolveimage</a></li>
<li><a href="../modules/ez-richtext-view.html">ez-richtext-view</a></li>
Expand Down Expand Up @@ -476,6 +489,9 @@ <h2 class="off-left">APIs</h2>
<li><a href="../modules/ez-universaldiscoverybrowseview.html">ez-universaldiscoverybrowseview</a></li>
<li><a href="../modules/ez-universaldiscoveryconfirmedlistview.html">ez-universaldiscoveryconfirmedlistview</a></li>
<li><a href="../modules/ez-universaldiscoverycontenttreeplugin.html">ez-universaldiscoverycontenttreeplugin</a></li>
<li><a href="../modules/ez-universaldiscoveryfinderexplorerlevelview.html">ez-universaldiscoveryfinderexplorerlevelview</a></li>
<li><a href="../modules/ez-universaldiscoveryfinderexplorerview.html">ez-universaldiscoveryfinderexplorerview</a></li>
<li><a href="../modules/ez-universaldiscoveryfinderview.html">ez-universaldiscoveryfinderview</a></li>
<li><a href="../modules/ez-universaldiscoverymethodbaseview.html">ez-universaldiscoverymethodbaseview</a></li>
<li><a href="../modules/ez-universaldiscoveryplugin.html">ez-universaldiscoveryplugin</a></li>
<li><a href="../modules/ez-universaldiscoverysearchview.html">ez-universaldiscoverysearchview</a></li>
Expand Down

0 comments on commit 6da41c4

Please sign in to comment.