- Timestamp:
- 01/12/12 19:52:32 (13 years ago)
- Location:
- Dev/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/js/generalScripts.js
r220 r228 200 200 201 201 this.SetCloseTimer = function() { 202 debugger; 202 203 instance.closeTimer = window.setTimeout(instance.Close, instance.timeout); 203 204 } … … 207 208 instance.ddMenuItem.style.visibility = "hidden"; 208 209 } 209 instance.Show();210 instance.Toggle(); 210 211 211 212 } … … 233 234 } 234 235 235 this. Show= function() {236 this.Toggle = function() { 236 237 debugger; 237 238 if (instance.visible) { -
Dev/trunk/positiontest.html
r226 r228 103 103 <body id="BODY"> 104 104 105 <input type="button" value="BUTTON OF AWESOMENESS" id="btnAddMenu" onclick="ddMenu. Show()" />105 <input type="button" value="BUTTON OF AWESOMENESS" id="btnAddMenu" onclick="ddMenu.Toggle()" /> 106 106 <ul id="creationMenu"> 107 107 <li>
Note: See TracChangeset
for help on using the changeset viewer.