Subversion Repositories wpShopGermany4

Rev

Rev 6244 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6244 Rev 7804
Line 22... Line 22...
22
				    
22
				    
23
				}				
23
				}				
24
			};
24
			};
25
 
25
 
26
            if (typeof options.type == "string") opt['type'] = options.type;
26
            if (typeof options.type == "string") opt['type'] = options.type;
-
 
27
			if (typeof options.type == "format") opt['format'] = options.format;
-
 
28
			if (typeof options.type == "viewformat") opt['viewformat'] = options.viewformat;
-
 
29
			if (typeof options.type == "template") opt['template'] = options.template;
27
 
30
 
28
			if (options.type == "select" && Array.isArray(options.data))
31
			if (options.type == "select" && Array.isArray(options.data))
29
			{
32
			{
30
			 	 
33
			 	 
31
				var value = "0";
34
				var value = "0";