write this on class declaration:
public class FormRun extends ObjectRun
{
SysFormSplitter_X m_vSplitter;
}
go to formName > method > init
and write this on init class:
public void init()
{
super();
m_vSplitter = new SysFormSplitter_X(vSplitter, gridContainer, element);
}
![]() |
this is how the splitter will look like. u can move the table freely, the way u want it to be. |
No comments:
Post a Comment