world clock example would walk you through the working with client-side capabilities and simplicity of customizing ui on vtiger 6 framework. hope you would find it interesting.
vtiger 6 enables you to get more control on the client-side across the module and customize the ui at runtime with no/minimal change. city lookup example walks you through one such example. hope you would find it interesting.
thanks so much for the examples. we need more info like this. now for the next question -- what's involved with removing the examples from a vtiger installation? i know we can disable them in module manager, but how do we completely remove them?
i'm studying your examples and particularly myrss extension module.
i've noticed some issues : - i can add rss feeds but when clicking on it --> items are not loaded, url is no clickable. - no way to delete a feed - url & title are identical, create form only ask for url and pick it for both fields - directory structure shows a javascript file named "jquery_rss_min.js" which content is not detailed in example - no default entry "vtiger blogs" is created.
if you mean firebug or chrome console, i only get this error :
uncaught typeerror: undefined is not a function ---------------- myrss.js?&v=6.0.0:17 (anonymous function) --------------------------------- myrss.js?&v=6.0.0:17 f.event.dispatch ------------------------------- jquery.min.js:3 h.handle.i ------------------------------- jquery.min.js:3
maybe there is a copy/paste error or something like this, do you have a zip version of this module ?
hey, I am just new to vtiger , i made a new custom module through module builder , but when i try to add that module it gives error like this.. Warning: Invalid argument supplied for foreach() in /home/abicmau/public_html/astindemo.com/crm/include/Webservices/WebserviceField.php on line 200
Why do you try Module Designer (http://www.mediatoolbox.org/en/)? I Use vtiger 6.3 and works perfectly. Module Designer isn't user friendly like Module Builder but you can find a lot a functionalities.
In the MyRSS extension module example here : http://community.vtiger.com/help/vtigercrm/developers/extensions/examples/extension-module.html Isn't the file jquery_rss_min.js missing? It is not defined nor attached anywhere in the page. Also the packaged .zip is not included (like in the other examples) so it can't be retrieved from there either. I think that might be the cause of the problem dubwise had with the call to the rss() function in the file MyRss.js
Hello, I got Vtiger 6.0 installed from EXE on Server 2012 (Apache, PHP - all in one) It is single server, holding Win domain, DNS, DHCP... vtiger is running OK on server itself, but I can't access Vtiger from LAN computers via http://server_IP:8888 but in vain..
what should i do, if i wanna to change the values (for example date or datetime) in entity object before save event? <?php<br />class PayslipHandler extends VTEventHandler { function handleEvent($eventName, $data) { if($eventName == 'vtiger.entity.beforesave.modifiable') { // in this section }