![]() ![]() ![]() |
![]() |
Short Text
The WebYep Short Text Element is useful for short text passages like headlines, product names or prices. Contrary to the Long Text Element the user can not format the content of this element. So the web designer is in full control over the look of the Short Text's content. This element is represented by the following PHP code: <?php webyep_shortText("Fieldname", false); ?> more... Arguments for the webyep_shortText() PHP function call:
(see "Attributes of the Short Text Element" below for details)
Attributes of the Short Text Element
Field nameA distinctive name for that element. This name will be displayed in the page in edit mode to give the user a hint on what this elements content stands for and to distinguish the different WebYep Elements in a page. ContentWhen set to "for this doc only" the elements content is unique for this page - even if another element on a different page has the same name. If set to "for all documents" the content will be the same on all pages for elements of this kind that use the same name. ![]() |