Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<table quickEditHorizontalNavigationKeys="tabs" selectionMode="singleCell" 
	quickEdit="true" height="210px" width="310px" x="400px" y="160px"/> 

...

4929onEdit get called when editable cell get clicked and loses focus without any text change
5850key event order are incosistent across components
6266712-4738989, 712-2590165, 712-2791131, 712-4308269 - Sorting table columns which contain checkBoxes and radioButtons
7220Mco execute schema doc links to "page not found"
7221schema: macro documentation uses xu prefix instead of xm
7227schema: In the Ajax Schema, elements and attributes are listed which are only available in Java
7386Schema documentation is not installed with the platform
7432schema: footerRow needs to be removed from the tree schema
7651712-4287658 Ctrl-X not firing onTextChange event for textField
7684change timing of "cursorIndex" attribute
7699Add capabilities to test Drag&Drop event of RowScriptObject and ListItemScriptObject in Test API
7722712-4174876 objectDataSource always requires BeanInfo class first before binding correctly
7732712-4397317 The row element doesn't show the tooltip message when the mouse moves in
7734712-4397704 Cannot print the entire table using PrintService.printElement(Element) method
7903schema: desktopPane is not a valid child of any container in the schema
7921schema: htmlView and htmlHost are not in the Ajax Schema
8006composite plugins don't understand XAL expression syntax
8092schema: decimal values are not possible for in cm mm units
8104schema: accesibleName attribute is missing from the Java schema
8225schema: text selection and cursor position attributes are missing from some components
8226schema: drag events and attributes are missing from button in Java schema
8228schema: overtype attributes are missing from textField, passwordField and textArea
8245schema: suffix is not required but should be in measurement-type (at least for Ajax)
8252typo resulted in implementing "toggableTextEntryMode" instead of
"toggleableTextEntryMode"
warningImage Removed

 

Trap to Avoid

Warning

Defect 7722 requires that Nexaweb plugins in a project get upgraded. If you are using Studio to build your project instead of Ant, you should be aware that Studio 3.0.3 and Studio 2.4 do not upgrade plugins properly. Studio 3.5 (available Q3 2007) resolves this issue. If you are using Studio 2.4 or Studio 3.0.3, you can follow these steps to upgrade your plugins.

1.

  1. Shut down your server
2.
  1. Remove the project from the server
3.
  1. Right-click on the server and select "Publish"
4.
  1. Right click on WebContent/WEB-INF/client/plugins and
selec Import 5.
  1. select Import 
  2. Import from file system, browse to the Platform 4.5.6 installation directory
6.
  1. Select dist/plugins/(all files)
7.
  1. Right-click on the project, and close the project
8.
  1. From the project menu, select Project - Clean Build, and select this project
9.
  1. Add the project to the server
10.
  1. Run the project.

 

New Features (Ajax): 

Sizing Improvements - all widgets now size much more accurately than before. Because each component is made up of a number of HTML <div> and <table> elements with CSS, there were several layers in each component where an off by 1 error calculation could add up to incorrectly sized components. Many of these types of defects have been resolved with this release.

...