Sha256: 5baf6272590d18a786a6229dd7793a90b2c795954058817d46b888ecc16dda90
Contents?: true
Size: 323 Bytes
Versions: 28
Compression:
Stored size: 323 Bytes
Contents
class IuguUI.SplitView extends IuguUI.View layout: "iugu-ui-split-view" split: type: "horizontal" viewSize: "50%" initialize: -> super render: -> @extendContextWithSplitOptions() extendContextWithSplitOptions: -> ctx = @context() @context = -> _.extend ctx, split: @split
Version data entries
28 entries across 28 versions & 1 rubygems