How to change the default name before saving pdf,excel format using tools button

How to change the default name before saving pdf,excel format using tools button

hariKrishnahariKrishna Posts: 9Questions: 2Answers: 0
edited April 2014 in General
When we click on Tools button for pdf or excel ,then we will get default name (its coming from whatever i given for page name)"ltComapny Namegt" to save particular excel or pdf file , how can i change as per mine usage.

Replies

  • hariKrishnahariKrishna Posts: 9Questions: 2Answers: 0
    edited June 2014

    Ok i got the answer,

    "aButtons": [{
            "sExtends": "collection",
            "sButtonText": "Tools",
            "aButtons": [
                "print", {
                    "sExtends": "xls",
                    "sTitle": "HealthForms"
                }, {
                    "sExtends": "pdf",
                    "sTitle": "HealthForms"
                }
    
            ]
        }
    
    ]
    
  • allanallan Posts: 63,161Questions: 1Answers: 10,406 Site admin

    That it :-). That's for posting your solution.

    Allan

This discussion has been closed.