Versions Compared

Key

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

...

Document Properties Marker
overridefalse


Doctypepropertyhide
Nameprojectdoc-tiny
Short DescriptionRenders a compact representation of property represenationsrepresentations.
Parent
Parent Property
property-nameName

Audience
Name List
doctyperole
propertyAudience
hide
Tags

Identifier
Component

Name List
doctypecomponent
propertyComponent


Mandatory
Type
Default Value
Value Range
Implementation
Iteration

Iteration
valuefinished

hide
Sort Keyhide


...

Section
titleExample of Usage


Code Block
languagecss
titleExample CSS Style
/*
 Tiny iterationProperty boxesValues in Overview Tables
*/
.projectdoc-tiny .aui-lozenge-pd-iteration-facade,
.projectdoc-tiny .aui-lozenge-pd-iteration-filled,
.projectdoc-tiny .aui-lozenge-pd-iteration-focused,
.projectdoc-tiny .aui-lozenge-pd-iteration-finished,
.projectdoc-tiny .aui-lozenge-pd-iteration-released,
.projectdoc-tiny .aui-lozenge-pd-iteration-production,
.projectdoc-tiny .aui-lozenge-pd-iteration-deprecated,
.projectdoc-tiny .aui-lozenge-pd-iteration-removed,
.projectdoc-tiny .projectdoc-document-type-subject,
.projectdoc-tiny .projectdoc-document-type-categories,
.projectdoc-tiny .projectdoc-document-type-tags {
    line-height: 2px !important;
    vertical-align: super;
    min-width: 22px !important;
    font-size: 6px !important;
}


...