docs.roxen.com
main | demo | docs
download | community | pike
© 2000 Roxen Internet Software
Suggestions, Comments or Complaints
manuals@roxen.com

DocsRoxen2.0Web Site Creator ManualLDAP tags
   

  • <ldap>
  • <ldapelse>
  • <ldapfor>
  • <ldapoutput>
  • <ldapfor></ldapfor>

    Repeats the content for a multiple attribute values.

    Note that the <ldapfor> tag only works within the <ldapoutput> container tag!

    .

    By default anything within #'s will be interpreted as a variable. Thus #attribute_name# will be replaced by the attribute value. ## will be replaced by a #.


    Attributes

    attr
    attr=attribute name
    The attribute name. Required.
    index
    index=initial value
    The initial value for index. If omitted the index=1 will be used.
    step
    step=increment
    The increment for index. If omitted the step=1 will be used.
    max
    max=value
    The restriction for returned values. If omitted all values will be returned.