Package application :: Package dialogs :: Module PublishCollection
[hide private]
[frames] | no frames]

Module PublishCollection

source code

Classes [hide private]
  PublishCollectionDialog
Functions [hide private]
 
ShowPublishDialog(view=<Locale: en_US>, collection=<Locale: en_US>, publishType='collection', modal=True, name=<Locale: en_US>, account=<Locale: en_US>) source code
Variables [hide private]
  logger = logging.getLogger(__name__)
  MAX_UPDATE_MESSAGE_LENGTH = 55
  MSG_ALREADY_EXISTS = u'Collection already exists on the server...
  type_to_xrc_map = {'collection': ('PublishCollection.xrc', u'P...
Variables Details [hide private]

MSG_ALREADY_EXISTS

Value:
u'''Collection already exists on the server.  You may:

- Sync your collection with the one on the server, or...
- Replace the collection on the server with your local copy
'''

type_to_xrc_map

Value:
{'collection': ('PublishCollection.xrc', u'Publish'),
 'freebusy': ('PublishFreeBusy.xrc', u'Publish Free/Busy Calendar')}