Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
SunilChauhan
Champion
Champion

How to create Qext file

Hi All,

I am trying to build a template for Mashup, Can someone please guide how to create a Qext file.

Thanks

Sunil

Sunil Chauhan
1 Reply
viveksingh
Creator III
Creator III

Hi Sunil,

Just write you code and save it as .QEXT format.

Below is sample code for your reference

{

    "name": "JSPivotTable",

    "description": "Javascript Pivot Table (alpha release)",

    "type": "visualization",

  "icon" : "table",

  "preview" : "JSPivotTable.png",

    "version": "0.1",

    "author": "Juan Gerardo Cabeza"

}

write code like above and save the file in the format .QEXT