Enjin Fields

Introduction

page title heading deeplink

Enjin blocks are composed of Enjin Fields. There are several classifications of Enjin Fields, inline fields are things like span, italics or emphasis tags. Container fields are things like paragraph and code tags.

This page simply provides a glossary of terms and links to the different classifications of Enjin Fields.

top

Inline Fields

page title heading deeplink

Inline fields are the most basic type of content representation. Essentially these are HTML tags that should only contain plain text and/or other inline fields.

For example, we can have a whole sentence underlined with a few words also in italics . Yet these are not considered to be Enjin Container Fields.

top

Container Fields

page title heading deeplink

Container fields are like inline-fields except that they're allowed to have more variable types of content within their HTML tags and typically aren't sources of content in-and-of themselves. A good example are table fields while a murky example is the paragraph field.

top

Form Fields

page title heading deeplink

Form fields are not normally presented as end-user visible content. However, it's useful to see what these things look like within the Semantic Enjin Theme.

top

Page Glossary

page title heading deeplink
attributes

Space separated key/value pairs in the format of key='value' . For example, a decorated class link to the landing page:

<a class='decorated' href='/'>home</a>
inline-content
Content that is composed only of plain text and/or inline fields.
content
Content that is composed of inline and/or container fields.
self-contained-content
A singular element of self-contained content, such as an image.
prepared-content
Content that is Go-Enjin has somehow modified, such as with the decorated code field which has what would normally be multiple lines of plain text pre-processed into an ordered-list with each line of code in its own list-item.
top