diff --git a/entries/autocomplete.xml b/entries/autocomplete.xml index f61dfbbf..ce9c6d51 100644 --- a/entries/autocomplete.xml +++ b/entries/autocomplete.xml @@ -185,7 +185,7 @@ -

Method that controls the creation of each option in the widget's menu. The method must create a new <li> element, append it to the menu, and return it.

+

Method that controls the creation of each option in the widget's menu. The method must create a new <li> element, append it to the menu, and return it. See the Menu documentation for more details about the markup.

The <ul> element that the newly created <li> element must be appended to. diff --git a/entries/selectmenu.xml b/entries/selectmenu.xml index 94519772..83d19f59 100644 --- a/entries/selectmenu.xml +++ b/entries/selectmenu.xml @@ -162,7 +162,7 @@ -

Method that controls the creation of each option in the widget's menu. The method must create a new <li> element, append it to the menu, and return it.

+

Method that controls the creation of each option in the widget's menu. The method must create a new <li> element, append it to the menu, and return it. See the Menu documentation for more details about the markup.

The <ul> element that the newly created <li> element must be appended to.