Class: SC.SeparatorView


Extends SC.View.

Displays a horizontal or vertical separator line. Simply create one of these views and configure the layout direction and layout frame.

Defined in: separator.js

Since:
SproutCore 1.0

Field Summary

Field Detail

classNames Array
Default value:
['sc-separator-view']
See:
SC.View#classNames
layoutDirection String

Select the direction of the separator line. Possible values:

  • SC.LAYOUT_VERTICAL
  • SC.LAYOUT_HORIZONTAL
Default value:
SC.LAYOUT_HORIZONTAL
tagName String
Default value:
'span'
See:
SC.View#tagName
Documentation generated by JsDoc Toolkit 2.4.0 on Wed Apr 08 2015 10:02:21 GMT-0600 (CST)