- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
A simple if statement should do it. Unless I'm not understanding what you're after.
if (flag == show) {
textobject.presence = "visible";
}
else if (flag == hide) {
textobject.presence = "hidden";
}
Views
Replies
0 Likes
Total Likes