Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added methods

...

Code Block
languagephp
$src = "CMS_IMG[1]";
echo '<img src="'.$src.'" alt="no picture found" />';

Methods for CMS_IMG

List all methods for CMS_IMG at our API documentation.

Function nameDescription
generateViewCode()Generates the code which should be shown if this content type is shown in the frontend.
generateEditCode()Generates the code which should be shown if this content type is edited.