Class: NattyUI::Table::Attributes

Inherits:
Attributes::Base show all
Includes:
Attributes::Border, Attributes::BorderAround, Attributes::BorderStyle
Defined in:
lib/natty-ui/table.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#border:default, ... Originally defined in module Attributes::Border

Border type.

Returns:

  • (:default, :rounded, :heavy, :double, :vintage, :defaulth, :defaultv, :heavyh, :heavyv, :doubleh, :doublev)
  • (nil)

    when element has no border

#border_aroundtrue, false Originally defined in module Attributes::BorderAround

Whether the border is around an element.

Returns:

  • (true, false)

#border_styleArray? Originally defined in module Attributes::BorderStyle

Border style.

Returns:

  • (Array, nil)

Instance Method Details

#border_style_bbcodeObject Originally defined in module Attributes::BorderStyle