scrolling

object scrolling extends Attr

Enumerated attribute indicating when the browser should provide a scroll bar (or other scrolling device) for the frame:

  • <code>auto</code>: Only when needed.
  • <code>yes</code>: Always provide a scroll bar.
  • <code>no</code>: Never provide a scroll bar.
trait Attr
class Object
trait Matchable
class Any

Type members

Classlikes

object tag extends TagElement

Inherited types

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

Value members

Concrete methods

@inline
def :=(v: String): AttrPair[_scrolling_attr]
@inline
def :=(v: Option[String]): OptionalAttrPair[_scrolling_attr]