Announcement

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

    the path of icon cannot find

    when I set the icon on the Ibutton, and the path values is :"image/gif/play1.gif".
    but the smartgwt can't find the icon where I set the path.,and the smartgwt go to
    "images/image/gif/play1.gif" to find the icon.

    when I copy the Icons to the folder that "/images/" ,the smartgwt can find the Icons.

    Is the smartgwt has the default folder of the Icons ? it is "/images/" ?

    thanks!

    #2
    It's a default base path for all images except skin images. See this discussion from the SmartClient docs.

    Comment


      #3
      thanks Isomorphic.
      and I have a another question.
      I use the js library of the activemq ajax, some js's method with smartgwt's method
      have a conflict,and the activeMq dosen't work.

      the conflict code :
      find method.
      com.smartclient.public.sc.modules.ISC_DataBinding.js
      761: if(isc.isA.Number(_1))return this.$38z.find({transactionNum:_1});return _1}

      and the ajax of the activemq :prototype.js
      Object.extend(Enumerable, {
      map: Enumerable.collect,
      find: Enumerable.detect,
      select: Enumerable.findAll,
      member: Enumerable.include,
      entries: Enumerable.toArray
      });

      Is there any ideas?

      Comment

      Working...
      X