add method to traverse throw editor collection of tab
Description
when write callout to update a field when other field is change. i see it's hard to travel thru all editor of current tab.
so i add editorTraverse (Callback<WEditor> editorTaverseCallback); to IFieldEditorContainer it help called can travel thru weditor set to implement logic.
when write callout to update a field when other field is change.
i see it's hard to travel thru all editor of current tab.
so i add editorTraverse (Callback<WEditor> editorTaverseCallback); to IFieldEditorContainer
it help called can travel thru weditor set to implement logic.
how to use?