Lines Matching refs:action

115 							if ( item.action == "added" ) {
144 if ( item.action == "added" ) {
163 if ( item.action == "addified" ) {
319 action: "modified",
399 if ( cfg.action != "config" ) {
405 action: cfg.action,
407 known: cfg.action == "change"
409 if ( cfg.action == "change" ) {
431 action: "download", property in AmCharts._this.defaults
1076 _this.drawing.buffer.enabled = cfg.action == "draw";
1153 action: "config"
1212 delete _this.drawing.buffer.line.action;
1276 action: "added",
1281 action: "addified",
1302 action: "modified",
1319 action: "modified",
2584 var action = String( item.action ? item.action : item.format ).toLowerCase();
2596 action: _this.config.action,
2600 item.label = item.label ? item.label : _this.i18l( "menu.label." + action );
2615 if ( item.action == "draw" ) {
2630 } else if ( !item.populated && item.action && item.action.indexOf( "draw." ) != -1 ) {
2631 var type = item.action.split( "." )[ 1 ];
2646 tmp.action = "add";
2654 tmp.action = "change";
2659 tmp.action = "change";
2668 tmp.action = "change";
2688 if ( _this.drawing.handler[ action ] instanceof Function ) {
2689 item.action = action;
2692 this.drawing.handler[ item.action ]( item );
2704 if ( item.action == "download" ) {
2715 if ( item.capture || item.action == "print" || item.format == "PRINT" ) {
2721 if ( item.action == "download" ) {
2752 …if ( ( item.action == "draw" || item.format == "PRINT" || ( item.format != "UNDEFINED" && item.cap…
2808 if ( ( item.menu || item.items ) && item.action != "draw" ) {
2884 if ( cfg.action != "draw" ) {
3071 action: "draw.shapes"
3074 action: "text"
3080 action: "draw.modes"
3083 action: "draw.colors"
3086 action: "draw.widths"
3089 action: "draw.opacities"
3114 action: "draw",