Custom Workflow like Visualization Options
I'd like to create a custom workflow similar to how the Visualization Options functions (render by unique values and include color pickers). Does anyone know where the Visualization Options code is located? I assume it is some type of workflow, just was curious if it is accessible anywhere. I'd like to re-use some of the code if possible. Or, if it's not accessible, does anyone know the underlying premiss of how the Visualization Options works?
0
-
Hi Doug,
The Visualization Options code is handled by the Visualization viewer module, which isn't part of Workflow. To my knowledge this module is not extensible and thus we don't have an API that can be used and re-used.
The underlying code is quite complex: there is a registry of available Visualization Providers which are linked with a View (to show you the options) and a Library (to actually do the visualization).
So, you may want to investigate a workflow that mimics these operations, or you may want to see about building your own module that follows these hooks and lets you add another visualization option. Unfortunately, I don't know how difficult either option might be - but if you have any questions we'll do our best to answer.
Regards,
-Malcolm0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
1 kommentar