Results 1 to 4 of 4

Thread: Problem with javascript

  1. #1
    muniek is offline Member
    Join Date
    Jun 2009
    Location
    Watford, Uk
    Posts
    9

    Default Problem with javascript

    Hi.

    I'm not too good with javascript and I don't know exactly how to get variables for javascript.
    My SugarCRM is 5.2.0e on linux hosting and problem is with Zucker Report 1.11.



    In Cases_Listview.html for ZuckerReport Templates is line like this:

    <td width"10%" class="{ROW_COLOR}S1" bgcolor="{BG_COLOR}"><slot>{ROW.CASES_DATE_RECEIVE D_FEES_C}</slot></td>

    How can I get that variable for javascript like this:

    var zmienna=ROW.CASES_DATE_RECEIVED_FEES_C;


    Thx for any help.

  2. #2
    amudha is offline Senior Member
    Join Date
    Apr 2009
    Location
    Chennai
    Posts
    36

    Default Re: Problem with javascript

    Do u want to assign the "ROW.CASES_DATE_RECEIVED_FEES_C;" this value to the variable "zmienna"(javascript variable) ?

    You can add it in editviewdefs of the corresponding module's custom directory.
    Regards
    Amudha

  3. #3
    muniek is offline Member
    Join Date
    Jun 2009
    Location
    Watford, Uk
    Posts
    9

    Default Re: Problem with javascript

    It's not that.

    I'm editing /modules/ZuckerListingTemplate/lists/Cases_ListView.html file to change a look of zucker reports.

  4. #4
    muniek is offline Member
    Join Date
    Jun 2009
    Location
    Watford, Uk
    Posts
    9

    Default Re: Problem with javascript

    I found it:

    var zmienna=('{ROW.CASES_DATE_RECEIVED_FEES_C}');

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Problem with Javascript
    By vijay9948 in forum Developer Help
    Replies: 5
    Last Post: 2009-01-22, 04:21 AM
  2. Problem WITH javascript
    By vijay9948 in forum Developer Help
    Replies: 3
    Last Post: 2009-01-19, 11:33 AM
  3. Problem Javascript ?
    By Wengu in forum Developer Help
    Replies: 6
    Last Post: 2008-12-01, 04:02 PM
  4. javascript problem
    By jojiju in forum Developer Help
    Replies: 4
    Last Post: 2008-04-28, 12:19 PM
  5. Javascript Problem
    By parakles in forum Deutsche
    Replies: 4
    Last Post: 2006-03-07, 11:15 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •