Table of Contents

Update a Screen or Component

Update the rendered screen or component with new data:

If the class has a method named pre_rerender, it will be called, to do things similar to init.

// Inst is an instance of a screen or component returned 
// by cvm.render_screen, or cvm.render_com
Inst.rerender(New_Data_Obj);