Shortcut

Sample

  "measures":{
    "shortcut":{
      "name":"shortcut1",
      "title":"Pictures",
      "path":"picture",
      "icon":"icon-picture",
    }
  }

Information

  • Measure Type: shortcut

  • Description: "shortcut" measure used to Single shortcut

Measure Data

Data Name

Description

name

default name is "shortcut1"

title

title of shortcut

path

file/folder path of shortcut. It could be Relative path or absolute path or Built-in path

icon

icon of shortcut

param

param of shortcut

directory

startup directory of shortcut

showCmd

run mode of shorcut. 0=HIDE,1=SHOW,2=MINIMIZED,3=MAXIMIZED

run

return the command text "run(path,param,showCmd);" it is used to the shortcut click event ,e.g.:

<div id="widget" v-bind:onclick="shortcut1.run"> {{ shortcut1.title }}</span>

Last updated