JavaScript Java Bridge
Note: Advice in this article will only work for JxBrowser 6. See the corresponding article for JxBrowser 7 here. JxBrowser API provides functionality t...
Tue, 3 Sep, 2019 at 3:21 PM
Note: Advice in this article will only work for JxBrowser 6. See the corresponding article for JxBrowser 7 here. JavaScript Java Bridge API allows inje...
Tue, 3 Sep, 2019 at 3:22 PM
Note: Advice in this article will only work for JxBrowser 6. See the corresponding article for JxBrowser 7 here. JxBrowser API allows receiving all outp...
Tue, 3 Sep, 2019 at 3:22 PM
JxBrowser JavaScript Java Bridge API allows passing a string that represents JSON from Java side to JavaScript. On JavaScript side this JSON string will be ...
Fri, 5 Feb, 2016 at 4:17 PM
JxBrowser supports web pages that use jQuery JavaScript library and allows executing JavaScript code that make calls to jQuery. For example:
import com.t...
Fri, 5 Feb, 2016 at 1:04 PM
When web page is loaded, Chromium engine creates JavaScript Context instance. This instance represents context in which all JavaScript code is executed. The...
Fri, 5 Feb, 2016 at 4:17 PM
import com.teamdev.jxbrowser.chromium.Browser;
import com.teamdev.jxbrowser.chromium.JSValue;
import com.teamdev.jxbrowser.chromium.LoggerProvi...
Wed, 19 Oct, 2016 at 5:33 PM
JavaScript Java Bridge API provides JSArray class that represents a wrapper for JavaScript array object. If JavaScript returns an array to Java code...
Thu, 15 Sep, 2016 at 5:04 PM
Note: Advice in this article will only work for JxBrowser 6. See the corresponding article for JxBrowser 7 here. JxBrowser provides functionality that ...
Tue, 3 Sep, 2019 at 3:25 PM