widgets/PrintPlus.js
Function setScaleRanges
has 162 lines of code (exceeds 100 allowed). Consider refactoring. Open
Open
setScaleRanges: function () {
if (!this.mapSheetParams) {
return;
}
- Create a ticketCreate a ticket
Function _onLayoutChange
has 105 lines of code (exceeds 100 allowed). Consider refactoring. Open
Open
_onLayoutChange: function (layout) {
// Called with a boolean argument whenever the widget is opened or closed (true means it is open).
// The layout dropdown calls the function with the name of the layout on the change event.
// Set the cursor position to the left end of the value
- Create a ticketCreate a ticket