IlsEditRights::Value
 
IlsEditRights::Value
Category 
Dynamic view-related, enumerated type (component side and server side)
Description 
This enumerated type defines the editing rights on representation object attributes.
Libraries 
<mvserver> and <mvcomp>
Header File 
#include <ilserver/rpshared.h>
Synopsis 
enum Value{
NO_EDIT,
HREF_LABEL,
HREF_TARGET,
HREF_SELECT,
DEFAULT_EDIT
};
These values have the following meaning:
*NO_EDIT: not editable
*HREF_LABEL: hyper reference attribute with editable label
*HREF_TARGET: hyper reference attribute with editable target
*HREF_SELECT: selectable (or dereferenceable) hyper reference attribute
*DEFAULT_EDIT: editable
When the attribute is a hyper reference, the value DEFAULT_EDIT is equivalent to HREF_TARGET.
See Also 
IlsRpAttrModel, IlsRpObject

Version 5.8
Copyright © 2014, Rogue Wave Software, Inc. All Rights Reserved.