Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. QWebPluginFactory::create(..) - how to return content of the element?
Forum Updated to NodeBB v4.3 + New Features

QWebPluginFactory::create(..) - how to return content of the element?

Scheduled Pinned Locked Moved Qt WebKit
2 Posts 2 Posters 3.3k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    rikardo
    wrote on 3 Aug 2010, 11:16 last edited by
    #1

    Is it possible to get element content back in create function not only parameters?

    example:
    @<object type="text/QtScript" context="listView">
    this.clear();
    .....
    </object>@

    This would allow me to execute script in embedded HTML in my javascript engine on my backend.

    1 Reply Last reply
    0
    • B Offline
      B Offline
      benjamin.poulain
      wrote on 27 Aug 2010, 13:27 last edited by
      #2

      I don't think you can do that directly. A work around would be to extract the content with QWebElement, but then the matching between plugins and content becomes tricky.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved