How to update HTML content in Sench Touch carousel? I am trying something like this and this has no effect:
item = carousel.getActiveItem(); item.html = "...new html string ..."; carousel.doComponentLayout();
Thank.
After much experimentation, it turned out that changing item.html = "...";to item.update( "..." );does the trick.
item.html = "...";
item.update( "..." );
Source: https://habr.com/ru/post/1792676/More articles:Grails GORM on several forms - grailsParallelizing base register calculations for recursion using OpenMP - cASP.net MVC 2.0 using the same form for adding and editing - c #Change line endings in Dreamweaver for MAC (so that files work on Linux) - linuxExt JS - Combo отображает только первую букву элементов в магазине (SimpleStore)? - extjsHow to create 30 days as an array using NSCalendar or NSDate? - objective-cCreating and submitting crash reports - c ++Jquery crossfade light plugin :: Why does this code not work in IE6 + 7? - jqueryThe type "application / json" prevents sending mail variables - jsonDisplay a text document in MATLAB - textAll Articles