cartercjbETL04-21-2022SolvedENABLE SCROLL BAR FOR TEXT WIDGET IS THERE A SCRIPT TO ENABLE VERTICAL SCROLLING FOR A LONG TEXT WIDGET? harikm007 to cartercjb04-21-2022cartercjb , Here is the updated script: widget.on('ready', function(se, ev){ $('richtexteditor .r').css('overflow-y', 'scroll') }) (You may need to click on widget to get focus on it, so that you can scroll it) -Hari
harikm007 to cartercjb04-21-2022cartercjb , Here is the updated script: widget.on('ready', function(se, ev){ $('richtexteditor .r').css('overflow-y', 'scroll') }) (You may need to click on widget to get focus on it, so that you can scroll it) -Hari
harikm007 to cartercjb04-21-2022cartercjb , Here is the updated script: widget.on('ready', function(se, ev){ $('richtexteditor .r').css('overflow-y', 'scroll') }) (You may need to click on widget to get focus on it, so that you can scroll it) -Hari
cartercjbETL04-21-2022Thanks, Hari. That seems to only have enabled it for horizontal scrolling. Is there a wa y to specify vertical scrolling? harikm007
harikm007Data Warehouse to cartercjb04-21-2022cartercjb , Here is the updated script: widget.on('ready', function(se, ev){ $('richtexteditor .r').css('overflow-y', 'scroll') }) (You may need to click on widget to get focus on it, so that you can scroll it) -Hari
Recent DiscussionsPivot Table widget - column headers and column data out of alignmentBlox conditional formatting up and down indicatorsRemove Widget Title BoxSolvedChange Legend Category NamesRename the Pivot Grand Total