refInfoGetFlags

SYNOPSIS

varstrlst refInfoGetFlags(refInfo ref)

Parameters:

  • ref - A refInfo object

Returns:

  • The varstrlst list of flags for the reference

Flags may be zero or more of:

  • dynamic The reference was created dynamically, i.e. via JavaScript. The reference may have been directly created by a script - e.g. setting document.location - or indirectly - e.g. via document.write('<a href="link.html">link</a>').


DESCRIPTION
The refInfoGetFlags function returns the varstrlst list of flags for the reference. Note that with arrayconvert enabled (here; default on), the list will be returned as a Vortex array.


EXAMPLE

<$ret = (refInfoGetFlags($ref))>
  Flags: $ret


SEE ALSO
refInfoGetTypes, refInfoGetTagName


Copyright © Thunderstone Software     Last updated: Oct 24 2023
Copyright © 2024 Thunderstone Software LLC. All rights reserved.