protected function registerModuleClassNameChangeScriptExtraPart() { return " \$('#OrderBysForReportWizardView').find('.dynamic-rows').find('ul:first').find('li').remove();\n \$('#OrderBysTreeArea').html('');\n \$('." . OrderBysForReportWizardView::getZeroComponentsClassName() . "').show();\n "; }
protected function registerModuleClassNameChangeScriptExtraPart() { return " \$('#OrderBysForReportWizardView').find('.dynamic-rows').find('ul:first').find('li').remove();\n \$('#OrderBysTreeArea').html('');\n \$('." . OrderBysForReportWizardView::getZeroComponentsClassName() . "').show();\n \$('#GroupBysForReportWizardView').find('.dynamic-rows').find('ul:first').find('li').remove();\n \$('#GroupBysTreeArea').html('');\n \$('." . GroupBysForReportWizardView::getZeroComponentsClassName() . "').show();\n \$('#DrillDownDisplayAttributesForReportWizardView').find('.dynamic-rows').find('ul:first').find('li').remove();\n \$('#DrillDownDisplayAttributesTreeArea').html('');\n \$('." . DrillDownDisplayAttributesForReportWizardView::getZeroComponentsClassName() . "').show();\n \$('input:radio[name=\"SummationReportWizardForm[ChartForReportForm][type]\"]').filter('[value=\"\"]').attr('checked', true)\n onChangeChartType(\$('.chart-selector:checked'));\n "; }