Sha256: 9359ef322b1020f87e53ba1d6aed112995f16a488b219fd385f99def439d603b
Contents?: true
Size: 616 Bytes
Versions: 17
Compression:
Stored size: 616 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 # Super must be called *after* settings @tabs! @tabs = nil #To remove default toolbar uncomment next line: #@@toolbar = nil super <% if @rhoconnectclient_ext %> # Uncomment to set sync notification callback to /app/Settings/sync_notify. # Rho::RhoConnectClient.setObjectNotification("/app/Settings/sync_notify") Rho::RhoConnectClient.setNotification('*', "/app/Settings/sync_notify", '') <% end %> end end
Version data entries
17 entries across 17 versions & 2 rubygems