Questions tagged [vtiger]

Vtiger is a PHP-based, open-source CRM application which forked off SugarCRM. Very suitable for small and medium enterprises, it uses the Smarty template engine. One can also import and export specific modules with or without customization.

Links

527 questions
-2
votes
2 answers

How to dynamically select an item from picklist in Vtiger 6.x

In new ticket form, I have 2 picklists: Category has 2 items: C1 and C2 Assigned To has 2 items: A1 and A2. When user chooses C1 from picklist "Category", item A1 is selected automatically from picklist "Assigned To". When user chooses C2,…
-4
votes
2 answers

What is jQuery.Class?

I'm wondering what the following code is doing: jQuery.Class("Vtiger_Helper_Js",{ }); I'm asking because I can't figure out what jQuery.Class is about...
Steve
  • 4,562
  • 8
  • 43
  • 83
1 2 3
35
36