Sha256: fcd652b7743a5a98d2d370ed4f46e8415d1980d0a5eb25bc3202d0898ba62dd6
Contents?: true
Size: 524 Bytes
Versions: 9
Compression:
Stored size: 524 Bytes
Contents
_.def('Luca.containers.PanelView').extends('Luca.core.Container').with className: 'luca-ui-panel' initialize: (@options={})-> Luca.core.Container::initialize.apply @, arguments afterLayout: ()-> if @template contents = ( Luca.templates || JST )[ @template ]( @ ) @$el.html(contents) render: ()-> $(@container).append @$el afterRender: ()-> Luca.core.Container::afterRender?.apply @, arguments if @css _( @css ).each (value,property)=> @$el.css(property,value)
Version data entries
9 entries across 9 versions & 1 rubygems