rcpilot
Posts: 2
|
| Posted: 11/20/2008, 10:29 AM |
|
I'm trying this out as a quick way to make client user interfaces while still coding the end user display, and it has been pretty good so far. But, I'm trying to use a TabbedView as the main display and want to hide the 'Users' TabbedTab unless someone's a member of the administrator group. I've since figured out how to hide the html bit of it using some 'beforeshow' code, but I'm lost as to how I'd disable the javascript that tries to activate the tab. As it is with only the html of the tab removed the javascript errors out by trying to retrieve and display an html block that's no longer there. So, if there's some way to create a new show/hide block around the javascript itself that would probably do it for me but I'm not sure what direction I should go in. It's not really make or break considering I can just move the users section to a different area, but I don't like ignoring problems and replacing them with a less competent workaround.
|
 |
 |
|