You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used function pointers to uiShow/HideElement
instead of creating a uiXX function
The new fucntion should the css style.display
if parameter is true to "inline-block",
and if false to display="none"
See source for 3 instances of
var f_pointer = uiHideElement;
The text was updated successfully, but these errors were encountered:
ElSkunkito
changed the title
Add function uiElementDisplaySet or uiElementSetDisplay
House Keeping: Add function uiElementDisplaySet or uiElementSetDisplay
Nov 15, 2015
I used function pointers to uiShow/HideElement
instead of creating a uiXX function
The new fucntion should the css style.display
if parameter is true to "inline-block",
and if false to display="none"
See source for 3 instances of
var f_pointer = uiHideElement;
The text was updated successfully, but these errors were encountered: