HomeSort by relevance Sort by last modified time
    Searched full:send_form (Results 1 - 1 of 1) sorted by null

  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
dashboard.py 45 def send_form(self, title, action, contactId, handle, content_obj): member in class:BaseRequestHandler
80 self.send_form('Add Contact', '/add_contact', -1, None, ContactForm())
91 self.send_form('Add Contact', '/add_contact', -1, None, data)
104 self.send_form('Edit Contact', '/edit_contact', id, contact.handle,
119 self.send_form('Edit Contact', '/edit_contact', id, contact.handle, data)

Completed in 210 milliseconds