JST/JSF/HTML 4.2.0.Alpha2 What's New

< CDI Tools LiveReload >


HTML 5


jQuery Mobile

The palette view now supports jQuery Mobile 1.4. The palette detects the jQuery Mobile JS file version used in the HTML file and switches to the corresponding version: 1.3 or 14. It also can be switched manually.
jQuery Mobile Palette v1.4 has its own set of wizards.

Related Jira

Content assist for data-* attributes supports JQM 1.4 too...

Related Jira

... and for style classes (even if they defined in remote files):

Related Jira

New Form Button wizard is now available in jQuery Mobile (1.3 and 1.4) Palette:

Related Jira

There is a new option to generate a menu in New Panel wizard:

Related Jira

Drag and Drop from Palette was improved. It now insert tags only in text nodes and don't break any existing tags/attributes:

Related Jira


AngularJS

Content assist for AngularJS ng-* attributes is available in JBoss HTML Editor:

Related Jira


File name content assist

A new content assist works for full path and for file names in the following HTML tags:

  • <script src="*.js">
  • <link rel="stylesheet" href="*.css">
  • <img src="image files">
  • <video src="video files">
  • <audio src="audio filse">
  • <source src="video or audio depending on the parent element">
  • <a href="html files">

Related Jira


Creating a new file via Ctrl+Click

When Ctrl+clicking on the file name in any HTML link,
for example on js/app.js in this snippet: <script type="text/javascript" src="js/app.js"></script>
and the file does not exist JBoss Tools HTML Editor offers creating the file.

Related Jira


HTML5 Properties view

Properties view for HTML5 files was improved. It now provides an advanced look and feel for basic HTML5, jQuery Mobile and AngularJS components and attributes.

Related Jira


JSF


Servlet version 3.1

New JSF project wizard now supports servlets 3.1.

Related Jira