From c7e9906cd0816d228fc321cf9d777e0d8909ef90 Mon Sep 17 00:00:00 2001 From: Felix Nagel Date: Fri, 13 Jul 2012 00:30:47 +0200 Subject: Selectmenu: added complex menu demo to compatibility visual test --- tests/visual/selectmenu/compatibility.html | 62 ++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/tests/visual/selectmenu/compatibility.html b/tests/visual/selectmenu/compatibility.html index 78657e433..d06a96ec9 100644 --- a/tests/visual/selectmenu/compatibility.html +++ b/tests/visual/selectmenu/compatibility.html @@ -47,6 +47,12 @@ }); $( "#tabs" ).tabs(); $( "#dialog" ).dialog(); + $( "#menu" ).menu({ + position: { of: "ul:has(a.ui-state-focus):last" }, + icons: { + submenu: "ui-icon-carat-1-e" + } + }); }); @@ -67,6 +74,61 @@ + + +