Sha256: 6781eb424d03be890642fae7cc103eecffe3a1dde19afcab7a00993d2082dcf9
Contents?: true
Size: 318 Bytes
Versions: 17
Compression:
Stored size: 318 Bytes
Contents
/*globals Test */ Test.barPage = SC.Page.create({ mainView: SC.View.design({ layout: { top: 0, bottom: 0, left: 0, right: 0 }, childViews: 'labelView'.w(), labelView: SC.LabelView.design({ layout: { centerX: 0, centerY: 0, height: 24, width: 100 }, value: 'In Bar Mode' }) }) });
Version data entries
17 entries across 17 versions & 1 rubygems