Sha256: bb973413df5c49f65a05000a70d56af421a9cf9ee91d4db3fc1b984e96f5a25c
Contents?: true
Size: 282 Bytes
Versions: 15
Compression:
Stored size: 282 Bytes
Contents
require 'rho/rhoapplication' class AppApplication < Rho::RhoApplication def initialize # Tab items are loaded left->right, @tabs[0] is leftmost tab in the tab-bar @tabs = nil @@tabbar = nil # Important to call super _after_ you define @tabs! super end end
Version data entries
15 entries across 15 versions & 1 rubygems