Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 78 additions & 0 deletions whatsnew/browsersim/browsersim-news-4.1.1.CR1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="../whatsnew.css" />
<title>BrowserSim/CordovaSim 4.1.1.CR1 What's New</title>
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-17645367-5']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script></head>
<body>
<h1 style="text-align:left">BrowserSim/CordovaSim 4.1.1.CR1 What's&nbsp;New</h1>

<p align="right">
<a href="../index.html">&lt; Main Index</a>&nbsp;
<a href="../jst/jst-news-4.1.1.CR1.html">JST/JSF/HTML Tools&gt;</a>&nbsp;
</p>

<table border="0" cellpadding="10" cellspacing="0">
<tr>
<td colspan="2">
<hr />
<h3>BrowserSim/CordovaSim</h3>
<hr />
</td>
</tr>
<tr>
<td valign="top" align="left">
<b><p>
InAppBrowser&nbsp;plugin
support&nbsp;in&nbsp;CordovaSim
<p></b>
</td>
<td valign="top">
<p>
Now CordovaSim is able to simulate the <a href="http://docs.phonegap.com/en/3.1.0/cordova_inappbrowser_inappbrowser.md.html#InAppBrowser">inAppBrowser API</a>. The InAppBrowser is a web browser view that displays when calling <code>window.open()</code>.
The InAppBrowser window behaves like a standard web browser, and cannot access Cordova APIs.
</p>
<p><img src="images/4.1.1.CR1/in-app-browser.png" width='755' height='537' alt='CordovaSim running InAppBrowser example from PhoneGap API Documentation'></p>
<p><small>
Related JIRA:
<a href="https://issues.jboss.org/browse/JBIDE-15512">JBIDE-15512</a>.
</small></p>
</td>
</tr>
<tr>
<td valign="top" align="left">
<b><p>
ChildBrowser&nbsp;plugin
support&nbsp;in&nbsp;CordovaSim
<p></b>
</td>
<td valign="top">
<p>
Now CordovaSim has ChildBrowser plugin support. <a href="https://github.com/phonegap-build/ChildBrowser">ChildBrowser plugin</a> is considered to be deprecated (InAppBrowser is an up-to-date substitution), nevertheless it's one of the most popular plugins overall.
</p>
<p><img src="images/4.1.1.CR1/child-browser.png" width='755' height='537' alt='CordovaSim running Twitter OAuth example using ChildBrowser API'></p>
<p><small>
Related JIRA:
<a href="https://issues.jboss.org/browse/JBIDE-13743">JBIDE-13743</a>.
</small></p>
</td>
</tr>
</table>
</body>
</html>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions whatsnew/forge/forge-news-4.1.1.CR1.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@

</script></head>
<body>
<h1>Forge Tools 4.1.0.CR1 What's New</h1>
<h1>Forge Tools 4.1.1.CR1 What's New!</h1>

<p align="right">
<a href="../index.html">&lt; Main Index</a>&nbsp;
<a href="../jst/jst-news-4.1.0.CR1.html">JST/JSF/HTML Toools &gt;</a></p>
<a href="../openshift/openshift-news-2.5.1.CR1.html">&lt; OpenShift</a>&nbsp;
<a href="../index.html">Main Index &gt;</a></p>


<table border="0" cellpadding="10" cellspacing="0" width="80%">
Expand Down
11 changes: 11 additions & 0 deletions whatsnew/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,17 @@ <h1>JBoss Tools News and Noteworthy</h1>
<h3>JBoss Tools 4.1 individual new and noteworthy</h3>
<hr>
</td>
</tr>
<tr>
<td valign="top" align="left">
<p align="right"><b>4.1.1.CR1</b>
<td valign="top">
<!-- Remember to modify the files before and after you sot hat 'next' and 'back' are accurate!!! -->
<p><a href="browsersim/browsersim-news-4.1.1.CR1.html">BrowserSim/CordovaSim</a></p>
<p><a href="jst/jst-news-4.1.1.CR1.html">JST/JSF/HTML Tools</a></p>
<p><a href="openshift/openshift-news-2.5.1.CR1.html">OpenShift Tools</a></p>
<p><a href="forge/forge-news-4.1.0.CR1.html">Forge Tools</a></p>
</td>
</tr>
<tr>
<td valign="top" align="left">
Expand Down
3 changes: 2 additions & 1 deletion whatsnew/jst/jst-news-4.1.1.CR1.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
<h1>JST/JSF/HTML 4.1.1.CR1 What's New</h1>

<p align="right">
<a href="../openshift/openshift-news-2.5.1.CR1.html">&lt; OpenShift Tools</a>
<a href="../browsersim/browsersim-news-4.1.1.CR1.html">&lt; BrowserSim/CordovaSim</a>&nbsp;
<a href="../openshift/openshift-news-2.5.1.CR1.html">OpenShift Tools &gt;</a>
</p>

<table border="0" cellpadding="10" cellspacing="0" width="80%">
Expand Down
4 changes: 2 additions & 2 deletions whatsnew/openshift/openshift-news-2.5.1.CR1.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
<body>
<h1>OpenShift 2.5.1.CR1 What's New</h1>
<p align="right">
<a href="../aerogear/aerogear-news-4.1.1.CR1.html">&lt; Aerogear Mobile Tools</a>&nbsp;
<a href="../index.html">Main Index &gt;</a>
<a href="../jst/jst-news-4.1.1.CR1.html">&lt; JST/JSF/HTML Tools</a>&nbsp;
<a href="../forge/forge-news-4.1.1.CR1.html">Forge Tools &gt;</a>
</p>
<table border="0" cellpadding="10" cellspacing="0" width="80%">
<tr>
Expand Down