[Vtigercrm-developers] Theme help

Uma S uma.s at vtiger.com
Wed Feb 19 12:41:00 GMT 2014


Hi Vipul,

I suggest you a small example. While creating a organization record in crm,
we will check for duplicate organization name, which is handled in edit.js
of Acconts module. So In organization module its not a problem, because
organization module loads JS files related to that module.

But when we are in Contacts module. And try to create Organization record
through quickcreate, even their validation for duplicate organization name
is handled. which is handled in Edit.js of Organization which is not loaded
in Contacts module. Because when we are getting quickcreate form from ajax
request, We are also loading JS file related to that module.

Please check modules/Vtiger/views/QuickCreateAjax.php file, Where we are
calling getHeaderScripts api to load module specific JS files.


On Wed, Feb 19, 2014 at 5:01 PM, Vipul
<vipul.zalavadiya at commercepundit.com>wrote:

> Hi Uma,
>
>
>
>
>
> Thanks for your reply. Can you give me any sample code or document
> regarding this.?
>
>
>
>
>
>
>
> *From:* vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:
> vtigercrm-developers-bounces at lists.vtigercrm.com] *On Behalf Of *Uma S
> *Sent:* February 19, 2014 4:28 PM
> *To:* vtigercrm-developers at lists.vtigercrm.com
> *Subject:* Re: [Vtigercrm-developers] Theme help
>
>
>
> Hi Vipul,
>
>
>
> Only content Load without refresh the whole page can be achieved. For
> example., In List view, Loading of sidebar widget, which has link to
> dashboard, list view contents is achieved through different api's. you need
> to do an individual ajax/pjax requests to load these contents. And also
> actions particular to view is handled through different JS files, even
> those need to be loaded through ajax/pjax requests.
>
>
>
> On Wed, Feb 19, 2014 at 3:48 PM, Vipul <
> vipul.zalavadiya at commercepundit.com> wrote:
>
> Hi All,
>
>
>
> When user click on header menu than its header and left part is not change
> only content load without refresh the whole page.
>
> If anyone have idea regarding this please help me.
>
>
>
> Thanks in advanced.
>
>
>
> *Vipul Zalavadiya*
>
> Software Engineer
>
>
>
> Phone: 079-26400638
>
> Email: vipul.zalavadiya at commercepundit.com
>
> ________________________________________________
>
> *commerce**pundit*
>
> WEB DESIGN & DEVELOPMENT
>
> SEO l  MARKETPLACE MANAGEMENT
>
> *[image: Description: Description: cid:image001.jpg at 01CEAA55.19464220]*<https://www.facebook.com/ecommercepundit>
>    *[image: Description: Description: cid:image002.jpg at 01CEAA55.19464220]*<https://twitter.com/ecommercepundit>
>    *[image: Description: Description: cid:image003.jpg at 01CEAA55.19464220]*<http://www.linkedin.com/company/commerce-pundit>
>    *[image: Description: Description: cid:image004.jpg at 01CEAA55.19464220]*<http://pinterest.com/ecommercepundit/>
>
>
>
>
> ------------------------------
>
> <http://www.avast.com/>
>
> This email is free from viruses and malware because avast! Antivirus<http://www.avast.com/>protection is active.
>
>
>
>
> _______________________________________________
> http://www.vtiger.com/
>
>
>
>
>
> --
> With
> Best Regards
> Uma.S
>
>
> ------------------------------
>    <http://www.avast.com/>
>
> This email is free from viruses and malware because avast! Antivirus<http://www.avast.com/>protection is active.
>
>
> _______________________________________________
> http://www.vtiger.com/
>



-- 
With
Best Regards
Uma.S
Vtiger Team
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20140219/464d73d8/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image002.jpg
Type: image/jpeg
Size: 705 bytes
Desc: not available
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20140219/464d73d8/attachment.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image004.jpg
Type: image/jpeg
Size: 725 bytes
Desc: not available
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20140219/464d73d8/attachment-0001.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image003.jpg
Type: image/jpeg
Size: 708 bytes
Desc: not available
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20140219/464d73d8/attachment-0002.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.jpg
Type: image/jpeg
Size: 715 bytes
Desc: not available
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20140219/464d73d8/attachment-0003.jpg>


More information about the vtigercrm-developers mailing list