JSP CUSTOM TAG LIBRARIES
ifdesigner tag
Conditional tag. Restricts JSP generation based on whether a user has designer level access to a database, as defined in the ACL. If the "is" attribute equals true, evaluates the body of the tag if the user who opened the database (see Security) has designer access. If the "is" attribute equals false, evaluates the body if the user does not have designer access.
Contexts
Valid in:
db
,
view
,
ftsearch
,
document
,
form
Syntax
<domino:ifdesigner
is="true|false"
debug="true|false"
onfailure="inline|exception"
time="true|false">
Attributes
is
Boolean value that indicates whether the has designer level access to the database. If true or not specified, evaluates the body if the user does not have designer access. If false, evaluates the body if the user does not have designer access. Optional.
See the
Common Domino JSP tag attributes
section for definitions of debug, onfailure, and time.
Véase también
The Domtags tag library
Glosario
¿Desea opinar sobre la
Ayuda
o sobre la
utilidad del producto
?
Ayuda sobre la Ayuda
Todo el contenido de la Ayuda
Glosario