fileeditor

class camelot.view.controls.editors.fileeditor.FileEditor(parent=None, storage=None, field_name='file', remove_original=False, **kwargs)[source]

Widget for editing File fields

setup_widget()[source]

Called inside init, overwrite this method for custom file edit widgets

stored_file_ready(stored_file)[source]

Slot to be called when a new stored_file has been created by the storage

Previous topic

datetimeeditor

Next topic

floateditor

This Page