Sha256: e62f0788502c25a7bbf28489cb09384619ded56c038d31aa6c7923ee976581c2
Contents?: true
Size: 536 Bytes
Versions: 20
Compression:
Stored size: 536 Bytes
Contents
require 'omf-web/tab/graph/graph_service' # A graph tab displays a sub menu listing all the graphs # registered with +OMF::Web::Widget::Graph.addGraph. # Any of these graphs can be displayed individually by # selecting its name from the sub menu. The actual graph # rendering is performed by +OMF::Web::Widget::Graph::GraphWidget+ # OMF::Web::Tab.register_tab( :id => :graph, :name => 'Graph', :priority => 400, :def_enabled => false, :class => OMF::Web::Tab::Graph::GraphService, :topts => {:foo => 1} )
Version data entries
20 entries across 20 versions & 1 rubygems