This is a migrated thread and some comments may be shown as answers.

ExpressionEditor based on a custom XML Markup

2 Answers 93 Views
ExpressionEditor
This is a migrated thread and some comments may be shown as answers.
Guillaume
Top achievements
Rank 1
Guillaume asked on 15 Jun 2011, 10:37 AM
Hello,

ExpressionEditor seems to be great but i have one question :
In our project we defined a custom xml markup to structure our workflow model.
Is it possible to base the expressionEditor on our xml language ?

Example of our markup:
<Rules workflowID="001">
    <Conditions>
        <Condition id="1001" name="condition1">
            <Action id="2001" name="action1">
                <If operator="equals" value="true">
 
                </If>
            </Action>
        </Condition>
  </Conditions>
</Rules>

Regards,
Guillaume

2 Answers, 1 is accepted

Sort by
0
Stefan Dobrev
Telerik team
answered on 15 Jun 2011, 11:46 AM
Hello Guillaume,

RadExpressionEditor supports only its own custom expression language grammar that is somewhat similar to Excel's formulas. It is not possible to plug-in other grammars, because the purpose of the control is to allow manipulation of expressions in their free-text form and provide a LINQ expression translation as a structured data on top of the given expression.

I believe that what you are looking for is some kind of domain specific code/text editor that will allow you to edit your custom workflow definitions. Currently we do not have such a component in our portfolio, but if the need for this kind of control grows we can think about providing a solution in the future.

Regards,
Stefan Dobrev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Guillaume
Top achievements
Rank 1
answered on 15 Jun 2011, 11:55 AM
OK
Thanks for your help.

Guillaume
Tags
ExpressionEditor
Asked by
Guillaume
Top achievements
Rank 1
Answers by
Stefan Dobrev
Telerik team
Guillaume
Top achievements
Rank 1
Share this question
or