Added UI Level basics to wobjects and preferences.
This commit is contained in:
parent
7bc98eed07
commit
95c08144f0
9 changed files with 64 additions and 9 deletions
|
|
@ -672,6 +672,19 @@ sub setCollateral {
|
|||
}
|
||||
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 uiLevel
|
||||
|
||||
Returns the UI Level of a wobject. Defaults to "0" for all wobjects.
|
||||
Override to set the UI Level higher for a given wobject.
|
||||
|
||||
=cut
|
||||
|
||||
sub uiLevel {
|
||||
return 0;
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 www_approvePost ( )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue