Project

General

Profile

Revision d16caf89

Added by Alessandro_N over 9 years ago

Change necessary to hide the top toolbar in News column - update

View differences:

szcluster-db/workspace/client-public/js/forms/components/NumberBetween.js
22 22
 * @include "../ComponentFactory.js"
23 23
 */
24 24
Ext.ns('sitools.common.forms.components');
25

  
26 25
/**
27 26
 * A number between form component. 
28 27
 * @cfg {string} parameterId Id of the future component.
......
72 71
	        flex : 1, 
73 72
	        //height : this.height,
74 73

  
75
                /* Comment here and uncomment line 95 for the 2nd option */
76
	        /*value : this.defaultValues[0],
77
		fieldClass : "defaultGray",
78
		focusClass : "textblack",*/
79
                /****/
80

  
81 74
		validator : function (value) {
82 75
		        if (Ext.isEmpty(this.ownerCt.fieldTo.getValue())) {
83 76
			        return true;
......
102 95
	        flex : 1,
103 96
	        //height : this.height,
104 97

  
105
 		/* Comment here and uncomment line 124 for the 2nd option */
106
	        /*value : this.defaultValues[1],
107
		fieldClass : "defaultGray",
108
                focusClass : "textblack",*/
109
		/****/
110

  
111 98
		validator : function (value) {
112 99
		        if (value < this.ownerCt.fieldFrom.getValue()) {
113 100
			        return "invalid Value";
szcluster-db/workspace/client-user/js/components/dataviews/services/servicesToolbar.css
32 32
.services-toolbar-feeds {
33 33
	visibility: hidden;
34 34
	border-bottom-color: #d0d0d0;
35
	height: 15px;
35
	height: 21px !important;
36 36
}
37 37
/******************************************/
38 38

  

Also available in: Unified diff