ShortcutList

Sample

"measures":{
  	"shortcutList":{
        "name":"shortcutList1",
        "title":"Disks",
  		"items":[
  			{
  				"title":"C:",
  				"path":"C:",
  			},
  			{
  				"title":"D:",
  				"path":"D:",
  			},  			
  			{
  				"title":"E:",
  				"path":"E:",
  			}
  		]
  	}
  }

Information

  • Measure Type: shortcutList

  • Description: "shortcutList" measure used to Multi shortcuts

Propertys

name

default name is "shortcutList1", you can uses this name in index.html file to get this measure data. for excample <div id="widget"> {{ shortcutList1.name }} </div>

title

the title text will display at widget setting window tab caption

items

items include all the shortcutList's shortcuts, every shortcut include the propertys : title,path,icon,param,directory,showCmd,run. this is the same with shortcut measure

Last updated