Ignore:
Timestamp:
Oct 24, 2010, 11:29:20 AM (14 years ago)
Author:
grum
Message:

externalise and pack some js ; rename criteriaBuilder.js files ; improve templates & css theming ; fix bug and add functionnalities for request builder ; update key languages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GrumPluginClasses/js/ui.tagSelector.js

    r7349 r7370  
    943943            properties.tags=[];
    944944            objects.selectedTagList.children('.ui-tag-selector-selected-tag').remove();
     945            privateMethods.cacheClear(object);
     946            objects.input.val('');
    945947          }
    946948          else
     
    10341036
    10351037          privateMethods.clearTimerHandle(object);
     1038
     1039          if(objects.input.val()=='')
     1040          {
     1041            privateMethods.cacheClear(object);
     1042            privateMethods.displaySelector(object, true);
     1043            return(false);
     1044          }
     1045
    10361046
    10371047          $.ajax(
     
    11721182          {
    11731183            properties.tags.splice(index,1);
    1174             item=objects.selectedTagList.children('[value='+id+']').remove();
     1184            objects.selectedTagList.children('[value='+id+']').remove();
    11751185
    11761186            if(options.remove) object.trigger('tagSelectorRemove', id);
Note: See TracChangeset for help on using the changeset viewer.