Sha256: e146623461248f45d6cee457f589ea7751d2728e6008ba19dcf27d6557c5e510
Contents?: true
Size: 550 Bytes
Versions: 53
Compression:
Stored size: 550 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 # Uncomment to set sync notification callback to /app/Settings/sync_notify. # SyncEngine::set_objectnotify_url("/app/Settings/sync_notify") # SyncEngine.set_notification(-1, "/app/Settings/sync_notify", '') end end
Version data entries
53 entries across 53 versions & 1 rubygems