ICEfaces
  1. ICEfaces
  2. ICE-1090

Support Tomahawk Component-integration

    Details

    • Type: New Feature New Feature
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.5.1
    • Fix Version/s: 1.6DR#3, 1.6
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      Operating System: Windows XP
      Platform: PC
    • Affects:
      Documentation (User Guide, Ref. Guide, etc.), Compatibility/Configuration

      Description

      Schedule Component: 3 votes
      UpdateActionListener: 2 votes
      TreeTable: 1 vote
      Extended Table with auto-sort and rowStyle: 1 vote
      Popup where mouseoff inactivates the popup: 1 vote

        Issue Links

          Activity

          Hide
          Rob Mayhew added a comment -

          The following code will catch all form.submit calls and turn them into icesubmit
          calls. This fixes tree table submits.

          <script type="text/javascript" language="JavaScript">
          <![CDATA[

          function iceOverrideSubmit() {
          $enumerate(document.forms).each(function(form) {
          form.submit = function()

          { iceSubmit(form, null, new Object()); return false; };
          form.onsubmit = function() { iceSubmit(form, null, new Object()); return false; }

          ;

          });
          }

          window.onLoad(function() {
          iceOverrideSubmit();
          if (connection && connection.onReceive) {
          connection.onReceive(function()

          { iceOverrideSubmit(); }

          );
          }
          });

          ]]>
          </script>

          For Schedule there is a Javascript Conflict with the Hash class.
          Rename var Hash to var PHash in \bridge\lib\prototype\hash.js

          Still seeing some rendering errors with Tree.

          Show
          Rob Mayhew added a comment - The following code will catch all form.submit calls and turn them into icesubmit calls. This fixes tree table submits. <script type="text/javascript" language="JavaScript"> <![CDATA[ function iceOverrideSubmit() { $enumerate(document.forms).each(function(form) { form.submit = function() { iceSubmit(form, null, new Object()); return false; }; form.onsubmit = function() { iceSubmit(form, null, new Object()); return false; } ; }); } window.onLoad(function() { iceOverrideSubmit(); if (connection && connection.onReceive) { connection.onReceive(function() { iceOverrideSubmit(); } ); } }); ]]> </script> For Schedule there is a Javascript Conflict with the Hash class. Rename var Hash to var PHash in \bridge\lib\prototype\hash.js Still seeing some rendering errors with Tree.
          Hide
          Ken Fyten added a comment -

          We need to determine our level of compatiblity with the Tomahawk components on the trunk, (assuming the change to capture the form posts is in place) so we can identify any remaining action items to complete this support.

          Show
          Ken Fyten added a comment - We need to determine our level of compatiblity with the Tomahawk components on the trunk, (assuming the change to capture the form posts is in place) so we can identify any remaining action items to complete this support.
          Hide
          Adnan Durrani added a comment -

          The integration phase has been completed. There are couple of improvements has been added to the 1.6DR#3 (e.g.) resource file handling on page refresh, hijacking of submit call and other framework level improvements.

          We have created the following new JIRA cases for interesting components:

          Show
          Adnan Durrani added a comment - The integration phase has been completed. There are couple of improvements has been added to the 1.6DR#3 (e.g.) resource file handling on page refresh, hijacking of submit call and other framework level improvements. We have created the following new JIRA cases for interesting components: t:schedule http://jira.icefaces.org//browse/ICE-1438 inputHtml http://jira.icefaces.org//browse/ICE-1439

            People

            • Assignee:
              Unassigned
              Reporter:
              Philip Breau
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: