refInfoGetTypes

SYNOPSIS

varstrlst refInfoGetTypes(refInfo ref)

Parameters:

  • ref - A refInfo object

Returns:

  • The varstrlst list of one or more types for the reference

Types may be one or more of:

  • link

  • image

  • frame

  • iframe

  • strlink


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

Most references are only one type, e.g. link. However, some are multiple types, e.g. an IFRAME can be both an iframe and a link.


EXAMPLE

<$ret = (refInfoGetTypes($ref))>
  Types: <loop $ret> $ret </loop><fmt "\n">


SEE ALSO
refInfoGetTagName


Copyright © Thunderstone Software     Last updated: Apr 15 2024
Copyright © 2024 Thunderstone Software LLC. All rights reserved.