Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    #16
    I resolved the problem. In my custom css file I was having "border-collapse" over every table tr td and div. That css property applied to SmartGwt layout does "broken filter" effect. I resolved putting a css class with border-collapse just on my custom needed tables and divs from my jsp pages embedded in HtmlFlow object from SmartGWT.

    I have one more problem: My jsps have some ajax containers which size grows after loading them but the HtmlFlow doesn`t resize when my ajax is done to contain the hole size. So it is showing truncated output.
    After I manually resize the HtmlFlow container (vlayout) the render is correct.

    Is there a way to resize the HtmlFlow container after my ajax is done?
    Thank you for all!
    Last edited by seiko777; 2 Dec 2015, 08:38.

    Comment

    Working...
    X