Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

<wm:getMediaItems> - This tag retrieves media items from the Content Repository and sorts the results. Example usage:

...

Code Block
themeEclipse
<wm:formPart var="userNameFormPart" alias="username" />
 ${userNameFormPart}


The example above retrieves all media items that match a specified term.

...