issue 160, change behavior for mid select

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9227 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2011-09-20 07:03:34 +00:00
parent bd7b16fbca
commit f3b6992b31
5 changed files with 70 additions and 11 deletions

View file

@ -8,7 +8,7 @@ xe.ModuleListManager = xe.createApp("ModuleListManager", {
init: function(key){
var self = this;
var $keyObj = this.$keyObj = $('input[name='+key+']');
var $keyObj = this.$keyObj = $('.extra_vars input[name='+key+']');
this.$moduleNameObj = $keyObj.parent().find('.moduleList');
this.$moduleSrlObj = $keyObj.parent().find('.moduleIdList');
this.$selectedObj = $keyObj.parent().find('.modulelist_selected');