Documentation

resizeChildren

resizes all children of the calling component

void resizeChildren();

See also

  • articles
  • Example

    $$('myAccord').resizeChildren();

    Back to top