Lines Matching refs:getValue

24 					var value = this.getValue(),
535 newUrl = this.getValue();
580 if ( type == IMAGE && ( this.getValue() || this.isChanged() ) ) {
581 element.data( 'cke-saved-src', this.getValue() );
582 element.setAttribute( 'src', this.getValue() );
621 if ( this.getValue() || this.isChanged() )
622 element.setAttribute( 'alt', this.getValue() );
624 element.setAttribute( 'alt', this.getValue() );
655 var aMatch = this.getValue().match( regexGetSizeOrEmpty ),
663 var value = this.getValue();
695 var aMatch = this.getValue().match( regexGetSizeOrEmpty ),
703 var value = this.getValue();
826 var value = parseInt( this.getValue(), 10 );
877 var value = parseInt( this.getValue(), 10 );
927 var value = parseInt( this.getValue(), 10 );
967 var value = this.getValue();
1057 if ( this.getValue() || this.isChanged() ) {
1058 var url = decodeURI( this.getValue() );
1062 if ( this.getValue() || !editor.config.image_removeLinkByEmptyURL )
1100 if ( this.getValue() || this.isChanged() )
1101 element.setAttribute( 'target', this.getValue() );
1149 if ( this.getValue() || this.isChanged() )
1150 element.setAttribute( 'id', this.getValue() );
1172 if ( this.getValue() || this.isChanged() )
1173 element.setAttribute( 'dir', this.getValue() );
1189 if ( this.getValue() || this.isChanged() )
1190 element.setAttribute( 'lang', this.getValue() );
1207 if ( this.getValue() || this.isChanged() )
1208 element.setAttribute( 'longDesc', this.getValue() );
1228 if ( this.getValue() || this.isChanged() )
1229 element.setAttribute( 'class', this.getValue() );
1248 if ( this.getValue() || this.isChanged() )
1249 element.setAttribute( 'title', this.getValue() );
1251 element.setAttribute( 'title', this.getValue() );
1292 if ( type == IMAGE && ( this.getValue() || this.isChanged() ) ) {
1293 element.setAttribute( 'style', this.getValue() );