Lines Matching refs:getValue

23 					var value = this.getValue(),
534 newUrl = this.getValue();
579 if ( type == IMAGE && ( this.getValue() || this.isChanged() ) ) {
580 element.data( 'cke-saved-src', this.getValue() );
581 element.setAttribute( 'src', this.getValue() );
620 if ( this.getValue() || this.isChanged() )
621 element.setAttribute( 'alt', this.getValue() );
623 element.setAttribute( 'alt', this.getValue() );
654 var aMatch = this.getValue().match( regexGetSizeOrEmpty ),
662 var value = this.getValue();
694 var aMatch = this.getValue().match( regexGetSizeOrEmpty ),
702 var value = this.getValue();
825 var value = parseInt( this.getValue(), 10 );
876 var value = parseInt( this.getValue(), 10 );
926 var value = parseInt( this.getValue(), 10 );
966 var value = this.getValue();
1056 if ( this.getValue() || this.isChanged() ) {
1057 var url = decodeURI( this.getValue() );
1061 if ( this.getValue() || !editor.config.image_removeLinkByEmptyURL )
1099 if ( this.getValue() || this.isChanged() )
1100 element.setAttribute( 'target', this.getValue() );
1148 if ( this.getValue() || this.isChanged() )
1149 element.setAttribute( 'id', this.getValue() );
1171 if ( this.getValue() || this.isChanged() )
1172 element.setAttribute( 'dir', this.getValue() );
1188 if ( this.getValue() || this.isChanged() )
1189 element.setAttribute( 'lang', this.getValue() );
1206 if ( this.getValue() || this.isChanged() )
1207 element.setAttribute( 'longDesc', this.getValue() );
1227 if ( this.getValue() || this.isChanged() )
1228 element.setAttribute( 'class', this.getValue() );
1247 if ( this.getValue() || this.isChanged() )
1248 element.setAttribute( 'title', this.getValue() );
1250 element.setAttribute( 'title', this.getValue() );
1291 if ( type == IMAGE && ( this.getValue() || this.isChanged() ) ) {
1292 element.setAttribute( 'style', this.getValue() );