[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 <?xml version='1.0'?> 2 <module> 3 <exporttime>2009-05-15 13:19:52</exporttime> 4 <name>Tooltip</name> 5 <label>Tool Tip</label> 6 <parent></parent> 7 <type>extension</type> 8 <version>1.2</version> 9 <dependencies> 10 <vtiger_version>5.1.0</vtiger_version> 11 <vtiger_max_version>6.*</vtiger_max_version> 12 </dependencies> 13 <migrations> 14 <migration version='1.0'> 15 </migration> 16 </migrations> 17 <tables> 18 <table> 19 <name>vtiger_quickview</name> 20 <sql><![CDATA[CREATE TABLE `vtiger_quickview` ( 21 `fieldid` int(19) NOT NULL, 22 `related_fieldid` int(19) NOT NULL, 23 `sequence` int(19) NOT NULL, 24 `currentview` int(19) NOT NULL, 25 KEY `fk_1_vtiger_quickview` (`fieldid`), 26 CONSTRAINT `fk_1_vtiger_quickview` FOREIGN KEY (`fieldid`) REFERENCES `vtiger_field` (`fieldid`) ON DELETE CASCADE 27 ) ENGINE=InnoDB DEFAULT CHARSET=utf8]]></sql> 28 </table> 29 </tables> 30 <customlinks> 31 <customlink> 32 <linktype>HEADERSCRIPT</linktype> 33 <linklabel>ToolTip_HeaderScript</linklabel> 34 <linkurl><![CDATA[modules/Tooltip/TooltipHeaderScript.js]]></linkurl> 35 <linkicon><![CDATA[]]></linkicon> 36 <sequence>0</sequence> 37 </customlink> 38 </customlinks> 39 </module>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |