Sha256: a79d23999c2c799f5b609e3a6c4d562ca2cf743cd5d64814cfd2509dab8d865d
Contents?: true
Size: 664 Bytes
Versions: 25
Compression:
Stored size: 664 Bytes
Contents
module Netzke module Basepack # = TabPanel # # Features: # * Dynamically loads components for the tabs that get activated for the first time # * (TODO) Provides the method markTabsOutdated to mark all inactive tabs as 'outdated', and calls "update" method on components in tabs when they get activated # * (TODO) Stores the last active tab in persistent config # # ToDo: # * Introduce a second or two delay before informing the server about a tab switched class TabPanel < Netzke::Base include WrapLazyLoaded js_configure do |c| c.extend = "Ext.tab.Panel" c.mixin end end end end
Version data entries
25 entries across 25 versions & 1 rubygems