Searched refs:send_form (Results 1 – 1 of 1) sorted by relevance
/development/samples/SampleSyncAdapter/samplesyncadapter_server/ |
D | dashboard.py | 45 def send_form(self, title, action, contactId, handle, content_obj): member in 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)
|