parseValue()

Type : public method

Support : 0.6

Return : Object

  • 문자열로 된 Style Properties Value를 파싱해서 반환.
    {value, unit} 형식으로 파싱

Methods

  • parseValue( str ) : Objectver 0.6~

    • str : String
      대상 문자열

Example

var propValueObj = $B.style.parseValue( '100px' ); //{ value: 100, unit: 'px' }