Announcement

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

    Embedding SmartGWT apps in Angular app

    I want to link to parts of my SmartGWT app from a regular web app (angular) -- embed parts of my app there.

    So say on a certain page in my angular app, I have a certain area (div or iframe) that I want to render a specific report or form there.

    How do I do that?

    Thank you so much for all your guidance and support.

    #2
    Hi GJ
    The htmlElement and htmlPosition attributes of Canvas allow you to target a DOM element in an existing HTML page and render the SmartClient widget inside that page.
    The matchElement and persistentMatchElement setting configure whether the SmartClient component will size to match the target element, and sync the widget size to the target element as the page reflows, etc.

    You'll of course need to load the SmartClient libraries, including the skin to ensure the SmartClient component renders correctly and behaves correctly.

    Regards
    Isomorphic Software

    Comment

    Working...
    X