java - SMARTGWT - SectionStackSection - deleting an Item from the Section possible? -


im using smartgwt 4. have sectionstack sectionsstacksections in it. added dynamicforms textitems, checkboxes etc. section. added delete button each dynamic form want is, when click on delete button dynamicform should deleted section

but.. can't find delete function in sectionstacksection there function dynamicforms called "removefromparent" doesn't seem work..

does got ideas? :-) thank

simply call below line

dynamicform.getelement().removefromparent(); 

Comments

Popular posts from this blog

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -