Title: How to remove panel footer dynamically? Post by: aswzen on October 16, 2015, 02:02:51 AM Please see this fiddle
http://jsfiddle.net/bLvnq08m/4/ I succesfully remove a panel footer but now its rendered oddly (Footer area still exist) How to remove panel footer in clean way? Thanks in advance Title: Re: How to remove panel footer dynamically? Post by: stworthy on October 16, 2015, 09:18:07 PM After removing the panel footer, call 'resize' method to resize the layout.
http://jsfiddle.net/bLvnq08m/5/ Title: Re: How to remove panel footer dynamically? Post by: aswzen on October 18, 2015, 07:50:20 PM ok its worked ..thank you :)
|