Skip to content

Commit

Permalink
Merge pull request #680 from spelletier/AjaxTabbedPanel_missingApis
Browse files Browse the repository at this point in the history
Add a missing binding in API file and correct the required id binding…
  • Loading branch information
darkv committed Sep 16, 2015
2 parents ad3def0 + 6595d56 commit bc92ebf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions Frameworks/Ajax/Ajax/Components/AjaxTabbedPanel.api
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<wodefinitions>
<wo wocomponentcontent = "true" class = "AjaxTabbedPanel.java">
<binding name = "id"/>
<binding name = "busyDiv" />
<binding name = "onLoad" />
</wo>

<validation message = "'id' is a required binding">
<unbound name = "id"/>
</validation>
</wodefinitions>
<wo class="AjaxTabbedPanel.java" wocomponentcontent="true">
<binding name="id"/>
<binding name="busyDiv"/>
<binding name="onLoad"/>
<binding name="onSelect"/>

<validation message="'id' is a required binding.">
<unbound name="id"/>
</validation>
</wo>
</wodefinitions>

0 comments on commit bc92ebf

Please sign in to comment.