Revision 38564 branches/v2_0_0_prep/extensions/extExpressionField/config/config.xml

View differences:

config.xml
8 8
		<extension class-name="org.gvsig.expressionfield.ExpressionFieldExtension"
9 9
			description="Extension that evaluate the expression to a column."
10 10
			active="true">
11
			<menu text="Tabla/fill_column" tooltip="expression"
12
				action-command="EXPRESSION"
13
				icon="ext-kcalc" />
14
			<tool-bar name="field_toolbar">
15
				<action-tool icon="ext-kcalc"
16
					action-command="EXPRESSION" tooltip="expression"
17
					last="true"/>
18
			</tool-bar>
11

  
12
            <action 
13
                name="table-expression-field"
14
                label="_Expression_field" 
15
                tooltip="_Expression_field" 
16
                position="501100000" 
17
                action-command="table-expression-field"
18
                icon="table-expression-field"
19
                accelerator=""
20
                />
21
            
22
            <menu
23
                name="table-expression-field"
24
                text="Table/Expression field"
25
                />
26
            
27
            <tool-bar name="table_tools">
28
                <action-tool 
29
                    name="table-expression-field"
30
                    />
31
            </tool-bar>   
32
            			
19 33
		</extension>
34
		
20 35
		<extension class-name="org.gvsig.expressionfield.AboutExpressionFieldExtension"
21 36
			description="Extension to add about panel."
22 37
			active="false"

Also available in: Unified diff