Thread
:
obj.hide() problems
View Single Post
#
7
02-09-2011, 01:48 PM
cbk1994
the fake one
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
PHP Code:
function
onToggleVis
(
mode
) {
this
.
visible
=
mode
;
this
.
trigger
(
"update"
);
}
I haven't read every post in this thread but have you tried that?
__________________
cbk1994
View Public Profile
View GraalOnline Profile
Visit cbk1994's homepage!
Find all posts by cbk1994