We are working on inserting a content in TinyMCE through javascript during onSave event. But as some of the containers are collapsed, it is giving error. So we want to expand all the containers and then insert content. Does anyone know any javascript function to expand all the items in a single go?. we have tried with FormAPI setCollapsed() function but it didn't work.