Aem_Rockstar
05-03-2019
Hi Team,
Is there any property to reduce the height of the RTE filed in AEM 6.3 Touch-Ui
smacdonald2008
Checked wiht the team they replied:
but should be really simple, something like
$document.on("dialog-ready", function(){
var $rte = $(this).find("[name='./rteName']")
$rte.css("height", "180px")
});
06-03-2019
Thank you