Lines Matching refs:type

216 			var setupDimension = function( type, element ) {
217 if ( type != IMAGE )
321 linkType = element['$'].getAttribute('type');
371 …ment' ) || element && element.getName() == 'input' && element.getAttribute( 'type' ) == 'image' ) {
414 type: 'image',
430 this.imageElement.setAttribute( 'type', 'image' );
441 this.imageElement.setAttribute( 'type', linktype );
520 type: 'vbox',
524 type: 'hbox',
530 type: 'text',
567 setup: function( type, element ) {
568 if ( type == IMAGE ) {
579 commit: function( type, element ) {
580 if ( type == IMAGE && ( this.getValue() || this.isChanged() ) ) {
583 } else if ( type == CLEANUP ) {
591 type: 'button',
607 type: 'text',
615 setup: function( type, element ) {
616 if ( type == IMAGE )
619 commit: function( type, element ) {
620 if ( type == IMAGE ) {
623 } else if ( type == PREVIEW ) {
625 } else if ( type == CLEANUP ) {
631 type: 'hbox',
635 type: 'vbox',
638 type: 'hbox',
642 type: 'vbox',
646 type: 'text',
662 commit: function( type, element, internalCommit ) {
664 if ( type == IMAGE ) {
671 } else if ( type == PREVIEW ) {
679 } else if ( type == CLEANUP ) {
686 type: 'text',
702 commit: function( type, element, internalCommit ) {
704 if ( type == IMAGE ) {
711 } else if ( type == PREVIEW ) {
719 } else if ( type == CLEANUP ) {
729 type: 'html',
781 type: 'vbox',
786 type: 'select',
797 type: "html",
801 type: 'text',
815 setup: function( type, element ) {
816 if ( type == IMAGE ) {
825 commit: function( type, element, internalCommit ) {
827 if ( type == IMAGE || type == PREVIEW ) {
834 if ( !internalCommit && type == IMAGE )
836 } else if ( type == CLEANUP ) {
845 type: 'text',
859 setup: function( type, element ) {
860 if ( type == IMAGE ) {
876 commit: function( type, element, internalCommit ) {
878 if ( type == IMAGE || type == PREVIEW ) {
887 if ( !internalCommit && type == IMAGE )
889 } else if ( type == CLEANUP ) {
897 type: 'text',
910 setup: function( type, element ) {
911 if ( type == IMAGE ) {
926 commit: function( type, element, internalCommit ) {
928 if ( type == IMAGE || type == PREVIEW ) {
937 if ( !internalCommit && type == IMAGE )
939 } else if ( type == CLEANUP ) {
948 type: 'select',
964 setup: function( type, element ) {
966 commit: function( type, element, internalCommit ) {
968 if ( type == IMAGE || type == PREVIEW ) {
986 if ( !internalCommit && type == IMAGE ) {
996 } else if ( type == CLEANUP )
1006 type: 'vbox',
1010 type: 'html',
1013 …html: '<style type = "text/css">.mediacenter { display: block; margin-left: auto; margin-right: au…
1037 type: 'text',
1042 setup: function( type, element ) {
1043 if ( type == LINK ) {
1055 commit: function( type, element ) {
1056 if ( type == LINK ) {
1069 type: 'button',
1083 type: 'select',
1094 setup: function( type, element ) {
1095 if ( type == LINK )
1098 commit: function( type, element ) {
1099 if ( type == LINK ) {
1114 type: 'file',
1121 type: 'fileButton',
1135 type: 'hbox',
1139 type: 'text',
1143 setup: function( type, element ) {
1144 if ( type == IMAGE )
1147 commit: function( type, element ) {
1148 if ( type == IMAGE ) {
1156 type: 'select',
1166 setup: function( type, element ) {
1167 if ( type == IMAGE )
1170 commit: function( type, element ) {
1171 if ( type == IMAGE ) {
1178 type: 'text',
1183 setup: function( type, element ) {
1184 if ( type == IMAGE )
1187 commit: function( type, element ) {
1188 if ( type == IMAGE ) {
1197 type: 'text',
1201 setup: function( type, element ) {
1202 if ( type == IMAGE )
1205 commit: function( type, element ) {
1206 if ( type == IMAGE ) {
1213 type: 'hbox',
1217 type: 'text',
1222 setup: function( type, element ) {
1223 if ( type == IMAGE )
1226 commit: function( type, element ) {
1227 if ( type == IMAGE ) {
1234 type: 'text',
1242 setup: function( type, element ) {
1243 if ( type == IMAGE )
1246 commit: function( type, element ) {
1247 if ( type == IMAGE ) {
1250 } else if ( type == PREVIEW ) {
1252 } else if ( type == CLEANUP ) {
1260 type: 'text',
1266 setup: function( type, element ) {
1267 if ( type == IMAGE ) {
1291 commit: function( type, element ) {
1292 if ( type == IMAGE && ( this.getValue() || this.isChanged() ) ) {