colSpan

slinky.web.html.colSpan$
object colSpan extends Attr

td - This attribute contains a positive integer indicating the number of consecutive columns the <td> element spans. If not present, its default value is 1. th - This attribute contains a positive integer indicating the number of consecutive columns the <th> element spans. If not present, its default value is 1.

Attributes

Graph
Supertypes
trait Attr
class Object
trait Matchable
class Any
Self type
colSpan.type

Members list

Concise view

Type members

Classlikes

object tag extends TagElement

Attributes

Graph
Supertypes
class TagElement
class Object
trait Matchable
class Any
Self type
tag.type

Types

Inherited types

type supports[T <: Tag] = AttrPair[attrType] => AttrPair[tagType]

Attributes

Inherited from:
Attr

Value members

Concrete methods

def :=(v: Int): AttrPair[_colSpan_attr.type]
def :=(v: Option[Int]): OptionalAttrPair[_colSpan_attr.type]