Package s3 :: Module s3widgets :: Class S3AddObjectWidget
[frames] | no frames]

Class S3AddObjectWidget

source code

??-310 --+
         |
        S3AddObjectWidget


This widget displays an inline form loaded via AJAX on demand.

UNUSED

In the browser:
    A load request must made to this widget to enable it.
    The load request must include:
        - a URL for the form

    after a successful submission, the response callback is handed the
    response.

Instance Methods
 
__init__(self, form_url, table_name, dummy_field_selector, on_show, on_hide) source code
 
__call__(self, field, value, **attributes) source code
Method Details

__init__(self, form_url, table_name, dummy_field_selector, on_show, on_hide)
(Constructor)

source code 

__call__(self, field, value, **attributes)
(Call operator)

source code