Lines Matching refs:type

215 			var setupDimension = function( type, element ) {
216 if ( type != IMAGE )
320 linkType = element['$'].getAttribute('type');
370 …ment' ) || element && element.getName() == 'input' && element.getAttribute( 'type' ) == 'image' ) {
413 type: 'image',
429 this.imageElement.setAttribute( 'type', 'image' );
440 this.imageElement.setAttribute( 'type', linktype );
519 type: 'vbox',
523 type: 'hbox',
529 type: 'text',
566 setup: function( type, element ) {
567 if ( type == IMAGE ) {
578 commit: function( type, element ) {
579 if ( type == IMAGE && ( this.getValue() || this.isChanged() ) ) {
582 } else if ( type == CLEANUP ) {
590 type: 'button',
606 type: 'text',
614 setup: function( type, element ) {
615 if ( type == IMAGE )
618 commit: function( type, element ) {
619 if ( type == IMAGE ) {
622 } else if ( type == PREVIEW ) {
624 } else if ( type == CLEANUP ) {
630 type: 'hbox',
634 type: 'vbox',
637 type: 'hbox',
641 type: 'vbox',
645 type: 'text',
661 commit: function( type, element, internalCommit ) {
663 if ( type == IMAGE ) {
670 } else if ( type == PREVIEW ) {
678 } else if ( type == CLEANUP ) {
685 type: 'text',
701 commit: function( type, element, internalCommit ) {
703 if ( type == IMAGE ) {
710 } else if ( type == PREVIEW ) {
718 } else if ( type == CLEANUP ) {
728 type: 'html',
780 type: 'vbox',
785 type: 'select',
796 type: "html",
800 type: 'text',
814 setup: function( type, element ) {
815 if ( type == IMAGE ) {
824 commit: function( type, element, internalCommit ) {
826 if ( type == IMAGE || type == PREVIEW ) {
833 if ( !internalCommit && type == IMAGE )
835 } else if ( type == CLEANUP ) {
844 type: 'text',
858 setup: function( type, element ) {
859 if ( type == IMAGE ) {
875 commit: function( type, element, internalCommit ) {
877 if ( type == IMAGE || type == PREVIEW ) {
886 if ( !internalCommit && type == IMAGE )
888 } else if ( type == CLEANUP ) {
896 type: 'text',
909 setup: function( type, element ) {
910 if ( type == IMAGE ) {
925 commit: function( type, element, internalCommit ) {
927 if ( type == IMAGE || type == PREVIEW ) {
936 if ( !internalCommit && type == IMAGE )
938 } else if ( type == CLEANUP ) {
947 type: 'select',
963 setup: function( type, element ) {
965 commit: function( type, element, internalCommit ) {
967 if ( type == IMAGE || type == PREVIEW ) {
985 if ( !internalCommit && type == IMAGE ) {
995 } else if ( type == CLEANUP )
1005 type: 'vbox',
1009 type: 'html',
1012 …html: '<style type = "text/css">.mediacenter { display: block; margin-left: auto; margin-right: au…
1036 type: 'text',
1041 setup: function( type, element ) {
1042 if ( type == LINK ) {
1054 commit: function( type, element ) {
1055 if ( type == LINK ) {
1068 type: 'button',
1082 type: 'select',
1093 setup: function( type, element ) {
1094 if ( type == LINK )
1097 commit: function( type, element ) {
1098 if ( type == LINK ) {
1113 type: 'file',
1120 type: 'fileButton',
1134 type: 'hbox',
1138 type: 'text',
1142 setup: function( type, element ) {
1143 if ( type == IMAGE )
1146 commit: function( type, element ) {
1147 if ( type == IMAGE ) {
1155 type: 'select',
1165 setup: function( type, element ) {
1166 if ( type == IMAGE )
1169 commit: function( type, element ) {
1170 if ( type == IMAGE ) {
1177 type: 'text',
1182 setup: function( type, element ) {
1183 if ( type == IMAGE )
1186 commit: function( type, element ) {
1187 if ( type == IMAGE ) {
1196 type: 'text',
1200 setup: function( type, element ) {
1201 if ( type == IMAGE )
1204 commit: function( type, element ) {
1205 if ( type == IMAGE ) {
1212 type: 'hbox',
1216 type: 'text',
1221 setup: function( type, element ) {
1222 if ( type == IMAGE )
1225 commit: function( type, element ) {
1226 if ( type == IMAGE ) {
1233 type: 'text',
1241 setup: function( type, element ) {
1242 if ( type == IMAGE )
1245 commit: function( type, element ) {
1246 if ( type == IMAGE ) {
1249 } else if ( type == PREVIEW ) {
1251 } else if ( type == CLEANUP ) {
1259 type: 'text',
1265 setup: function( type, element ) {
1266 if ( type == IMAGE ) {
1290 commit: function( type, element ) {
1291 if ( type == IMAGE && ( this.getValue() || this.isChanged() ) ) {