We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
onSelectedElementChanging -> onElementSelecting, options.newSelectedElement -> options.element onSelectedElementChanged -> onElementSelected, options.newSelectedElement -> options.element onElementDeleting - change options.allowing -> options.allow onElementAllowOperations - change options.obj -> options.element and options.allowDragging -> options.allowDrag onDefineElementMenuItems -> onElementGetActions, change options.obj -> options.element, options.items -> options.actions
The text was updated successfully, but these errors were encountered:
#6337 SurveyCreator: renamings - element operations and actions
69f0eb0
Fixes #6337
novikov82
Successfully merging a pull request may close this issue.
onSelectedElementChanging -> onElementSelecting, options.newSelectedElement -> options.element
onSelectedElementChanged -> onElementSelected, options.newSelectedElement -> options.element
onElementDeleting - change options.allowing -> options.allow
onElementAllowOperations - change options.obj -> options.element and options.allowDragging -> options.allowDrag
onDefineElementMenuItems -> onElementGetActions, change options.obj -> options.element, options.items -> options.actions
The text was updated successfully, but these errors were encountered: