What's the best way to create custom property editor which implements other currently existing property editors?
I'm after a file uploader with some custom validation, so I know I can use the File Uploader, but like I said I want some custom logic.
What I'd normally do is copy HTML elements from the existing property editor and include the ng-controller, then attach my custom ng-controller on another element.
Customise Property Editors
Hi All
What's the best way to create custom property editor which implements other currently existing property editors?
I'm after a file uploader with some custom validation, so I know I can use the File Uploader, but like I said I want some custom logic.
What I'd normally do is copy HTML elements from the existing property editor and include the ng-controller, then attach my custom ng-controller on another element.
Is there a better way to achieve this?
is working on a reply...