Lines Matching refs:label

554 						label: "Done",
581 label: "Done",
2591 label: item.icon ? "" : item.format,
2599 } else if ( !item.label ) {
2600 item.label = item.label ? item.label : _this.i18l( "menu.label." + action );
2661 tmp.label = document.createElement( "span" );
2663 tmp.label.style.width = _this.numberToPx( items[ i2 ] );
2664 tmp.label.style.height = _this.numberToPx( items[ i2 ] );
2670 tmp.label = ( items[ i2 ] * 100 ) + "%";
2673 tmp.label = _this.i18l( "menu.label.draw.modes." + items[ i2 ] );
2768 if ( _this.isElement( item.label ) ) {
2769 span.appendChild( item.label );
2771 span.innerHTML = item.label;
2787 if ( item.label ) {
2868label: _this.i18l( "capturing.delayed.menu.label" ).replace( "{{duration}}", AmCharts.toFixed( cfg…
2877 var label = menu.getElementsByTagName( "a" )[ 0 ];
2887 } else if ( label ) {
2888label.innerHTML = _this.i18l( "capturing.delayed.menu.label" ).replace( "{{duration}}", AmCharts.t…
3068 label: _this.i18l( "menu.label.draw.add" ),
3070 label: _this.i18l( "menu.label.draw.shapes" ),
3073 label: _this.i18l( "menu.label.draw.text" ),
3077 label: _this.i18l( "menu.label.draw.change" ),
3079 label: _this.i18l( "menu.label.draw.modes" ),
3082 label: _this.i18l( "menu.label.draw.colors" ),
3085 label: _this.i18l( "menu.label.draw.widths" ),
3088 label: _this.i18l( "menu.label.draw.opacities" ),
3092 label: _this.i18l( "menu.label.save.image" ),
3107 label: _this.i18l( "menu.label.save.image" ),
3110 label: _this.i18l( "menu.label.save.data" ),
3113 label: _this.i18l( "menu.label.draw" ),
3118 label: _this.i18l( "menu.label.print" )