Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Light weight JS libraries.

    Currently we have few application that uses only Messaging module with our own UI.

    But we load all the default Smartclient javascript libraries in addition to RealtimeMessaging, is there anyway we can have a light version or just using RealtimeMessaging and minimal JS files.

    Smartclient 8.2 Power Edition

    IE browser

    #2
    You'll need at least ISC_Core.js and ISC_DataBinding.js but should not need any other libs.

    It would be possible, via packaging from the LGPL source, to whittle this down much further. This would be a valid Feature Sponsorship if you wanted us to do it for you.

    Comment


      #3
      We are getting these JavaScript errors when including only ISC_Core.js and ISC_DataBinding.js

      Webpage error details

      User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; MS-RTC LM 8)
      Timestamp: Thu, 30 Aug 2012 14:44:59 UTC


      Message: Object doesn't support this property or method
      Line: 1842
      Char: 43
      Code: 0
      URI: http://test.test.com/web/isomorphic/...sion=7.0rc4.js


      Message: Object doesn't support this property or method
      Line: 2413
      Char: 92
      Code: 0
      URI: http://test.test.com/web/isomorphic/...sion=7.0rc4.js

      Comment


        #4
        In general, you can get errors when loading only some parts of the runtime if you try to use classes that you have not loaded.

        If you think you're usage is correct, please show code that can reproduce the issue.

        Comment

        Working...
        X