Object

scalacss.internal.Attrs

display

Related Doc: package Attrs

Permalink

object display extends TypedAttrBase

The display CSS property specifies the type of rendering box used for an element. In HTML, default display property values are taken from behaviors described in the HTML specifications or from the browser/user default stylesheet. The default value in XML is inline.

See also

MDN

Linear Supertypes
TypedAttrBase, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. display
  2. TypedAttrBase
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val attr: Attr

    Permalink
    Definition Classes
    displayTypedAttrBase
  6. def av(v: Value): AV

    Permalink
    Attributes
    protected
    Definition Classes
    TypedAttrBase
  7. def avl(v: Literal): AV

    Permalink
    Attributes
    protected
    Definition Classes
    TypedAttrBase
  8. def block: AV

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def contents: AV

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def flex: AV

    Permalink
  15. def flowRoot: AV

    Permalink
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def grid: AV

    Permalink
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. def inherit: AV

    Permalink

    The inherit CSS-value causes the element for which it is specified to take the computed value of the property from its parent element.

    The inherit CSS-value causes the element for which it is specified to take the computed value of the property from its parent element. It is allowed on every CSS property.

    For inherited properties, this reinforces the default behavior, and is only needed to override another rule. For non-inherited properties, this specifies a behavior that typically makes relatively little sense and you may consider using initial instead, or unset on the all property.

    Definition Classes
    TypedAttrBase
  20. def initial: AV

    Permalink

    The initial CSS keyword applies the initial value of a property to an element.

    The initial CSS keyword applies the initial value of a property to an element. It is allowed on every CSS property and causes the element for which it is specified to use the initial value of the property.

    Definition Classes
    TypedAttrBase
  21. def inline: AV

    Permalink
  22. def inlineBlock: AV

    Permalink
  23. def inlineFlex: AV

    Permalink
  24. def inlineGrid: AV

    Permalink
  25. def inlineTable: AV

    Permalink
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def listItem: AV

    Permalink
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. def none: AV

    Permalink
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. def ruby: AV

    Permalink
  33. def rubyBase: AV

    Permalink
  34. def rubyBaseContainer: AV

    Permalink
  35. def rubyText: AV

    Permalink
  36. def rubyTextContainer: AV

    Permalink
  37. def runIn: AV

    Permalink
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def table: AV

    Permalink
  40. def tableCell: AV

    Permalink
  41. def tableColumn: AV

    Permalink
  42. def tableColumnGroup: AV

    Permalink
  43. def tableFooterGroup: AV

    Permalink
  44. def tableHeaderGroup: AV

    Permalink
  45. def tableRow: AV

    Permalink
  46. def tableRowGroup: AV

    Permalink
  47. def toString(): String

    Permalink
    Definition Classes
    TypedAttrBase → AnyRef → Any
  48. def unset: AV

    Permalink

    The unset CSS keyword is the combination of the initial and inherit keywords.

    The unset CSS keyword is the combination of the initial and inherit keywords. Like these two other CSS-wide keywords, it can be applied to any CSS property, including the CSS shorthand all. This keyword resets the property to its inherited value if it inherits from its parent or to its initial value if not. In other words, it behaves like the inherit keyword in the first case and like the initial keyword in the second case.

    Definition Classes
    TypedAttrBase
  49. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TypedAttrBase

Inherited from AnyRef

Inherited from Any

Ungrouped