Revision 6432

View differences:

trunk/frameworks/_fwAndami/schemas/sample-config.xml
34 34
					action-command="ABRIR"/>
35 35
				<tool icon="images/save.png" tooltip="guardar_tooltip"
36 36
					action-command="GUARDAR"/>
37

  
38
				<!-- these will be added to the containing toolbar -->					
39
				<combo-scale name="JPEG Quality" elements="15;30;60;70;80;90;100" value="80" action-command="JPEG_QUALITY" />
40

  
41
				<combo-button name="Copy/paste tools">
42
				  <combo-button-element icon="images/scissor.png" action-command="CUT" />
43
				  <combo-button-element icon="images/paste.png" action-command="PASTE" />
44
				  <combo-button-element icon="images/copy.png" action-command="COPY" />
45
				</combo-button>
37 46
			</toolBar>
38 47

  
39 48
		</extension>
......
44 53
			<tool-bar name="Herramientas">
45 54
				<action-tool icon="images/ZoomPrevio.png" action-command="ZOOM_PREV" tooltip="Zoom_Previo" position="11"/>
46 55
			</tool-bar>
56
			
57
			<!-- these will be added to the status-bar (because they are not contained in any toolbar) -->					
58
			<combo-scale name="Scale" elements="1000;2000;5000;10000;25000;50000;100000;200000;500000;1000000;2000000;5000000" value="10000" action-command="CHANGE_SCALE" />
59

  
60
			<combo-button name="Tool Mode">
61
			  <combo-button-element icon="images/once.png" action-command="USE_ONCE" />
62
			  <combo-button-element icon="images/sticky-tool.png" action-command="UNTIL_CHANGED" />
63
			</combo-button>
47 64
		</extension>
48 65
		<extension processing-position="2">
49 66
			<class name="com.iver.cit.gvsig.ViewControls"/>

Also available in: Unified diff