one2manyeditor

class camelot.view.controls.editors.one2manyeditor.One2ManyEditor(admin=None, parent=None, create_inline=False, direction='onetomany', field_name='onetomany', **kw)[source]
Parameters:admin – the Admin interface for the objects on the one side of the

relation

Parameters:create_inline – if False, then a new entity will be created within a

new window, if True, it will be created inline

after creating the editor, set_value needs to be called to set the actual data to the editor

Previous topic

noteeditor

Next topic

onetomanychoiceseditor

This Page