Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

[Added] nubuilder4.css classes / Hidden Objects

Information about updates, news, Code Library
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

[Added] nubuilder4.css classes / Hidden Objects

Unread post by admin »

Objects with Access: Hidden (User) and Hidden (User) + Readonly have Hidden (User) + Readonly get the css class nuAccessHiddenUser.
Tabs with Access Hidden (User) get the css class nuTabAccessHiddenUser.

This allows you to style those objects to know that they are hidden from users.

You may overwrite the style by declaring those two classes in Setup -> Header:

Code: Select all

 .nuAccessHiddenUser {
	background-color: #f9f1f1
}

 .nuTabAccessHiddenUser {
	background-color: #f9f1f1
}
You do not have the required permissions to view the files attached to this post.
Post Reply