Skip to main content

weblets

Module: dev

UI weblets for embedding custom views in ZeyOS.

NameTypeNullableDefault ValueNotes
PKID
integerWeblet ID
creator
integerCreator user ID (defaults to authenticated user on creation)
creationdate
bigintdate_part('epoch', now())Creation date and time as a Unix timestamp (defaults to current date and time on creation)
lastmodified
bigintdate_part('epoch', now())Last modification date and time as a Unix timestamp (auto-reset on modification)
application
applications.ID
integerApplication ID (`null`=STANDALONE)
activity
smallint0Activity (`0`=ACTIVE, `1`=DEACTIVATED, `2`=DELETED)
name
textName
identifier
character varying(200)Unique weblet identifier
view
text''Canonical view
type
smallint0Weblet type (`0`=INTEGRATED, `1`=STANDALONE, `2`=DETACHED, `3`=POPUP_FRAMED, `4`=POPUP_PLAIN, `5`=EMBEDDED_FRAMED, `6`=EMBEDDED_COLLAPSED, `7`=EMBEDDED_PLAIN)
width
smallint0Width in pixels (`0`=100%)
height
smallint0Height in pixels (`0`=100%)
svgpath
text''SVG path for icon (square)
color
character varying(6)''Color code (CSS-style hexadecimal without `#`)
mimetype
text'text/x-zymba'MIME type (RFC 2045)
langaliases
jsonJSON-encoded language-specific aliases (object); use language code as object key
binfile
binfiles.ID
integer
url
text''
NameUniqueNulls DistinctPrimaryPartialMethodKeys
fk_weblets_applicationginapplication
fk_weblets_binfilebtreebinfile
pk_webletsbtreeID
s_weblets_identifierginidentifier
s_weblets_nameginname
u_weblets_identifierbtreeidentifier
NameType
dc_weblets_activitycheck
dc_weblets_colorcheck
dc_weblets_heightcheck
dc_weblets_identifiercheck
dc_weblets_langaliasescheck
dc_weblets_mimetypecheck
dc_weblets_namecheck
dc_weblets_typecheck
dc_weblets_urlcheck
dc_weblets_viewcheck
dc_weblets_widthcheck
fk_weblets_applicationforeign_key
fk_weblets_binfileforeign_key
pk_webletsprimary_key
u_weblets_identifierunique
Loading...