forked from 0x2620/oxjs
change symbols from png to svg
This commit is contained in:
parent
802600f19f
commit
f8485f0874
570 changed files with 1674 additions and 343 deletions
|
|
@ -46,8 +46,8 @@ $(function() {
|
|||
{
|
||||
options: {
|
||||
title: [
|
||||
{id: "one", title: "expand"},
|
||||
{id: "two", title: "collapse"},
|
||||
{id: "one", title: "right"},
|
||||
{id: "two", title: "down"},
|
||||
],
|
||||
type: "image"
|
||||
},
|
||||
|
|
@ -69,33 +69,57 @@ $(function() {
|
|||
{
|
||||
options: {
|
||||
buttons: [
|
||||
{ id: "", title: "close" },
|
||||
{ id: "", title: "remove" },
|
||||
{ id: "", title: "add" },
|
||||
{ id: "", title: "check" },
|
||||
{ id: "", title: "edit" },
|
||||
{ id: "", title: "find" },
|
||||
{ id: "", title: "remove" },
|
||||
{ id: "", title: "close" },
|
||||
{ id: "", title: "select" },
|
||||
{ id: "", title: "arrowLeft" },
|
||||
{ id: "", title: "arrowRight" },
|
||||
{ id: "", title: "arrowUp" },
|
||||
{ id: "", title: "arrowDown" },
|
||||
{ id: "", title: "left" },
|
||||
{ id: "", title: "right" },
|
||||
{ id: "", title: "up" },
|
||||
{ id: "", title: "down" },
|
||||
{ id: "", title: "pause" },
|
||||
{ id: "", title: "playInToOut" },
|
||||
{ id: "", title: "goToIn" },
|
||||
{ id: "", title: "goToOut" },
|
||||
{ id: "", title: "setIn" },
|
||||
{ id: "", title: "setOut" },
|
||||
{ id: "", title: "center" },
|
||||
{ id: "", title: "zoom" },
|
||||
{ id: "", title: "grow" },
|
||||
{ id: "", title: "shrink" },
|
||||
{ id: "", title: "fill" },
|
||||
{ id: "", title: "fit" },
|
||||
{ id: "", title: "unmute" },
|
||||
{ id: "", title: "volumeUp" },
|
||||
{ id: "", title: "volumeDown" },
|
||||
{ id: "", title: "mute" },
|
||||
{ id: "", title: "undo" },
|
||||
{ id: "", title: "redo" },
|
||||
{ id: "", title: "unlock" },
|
||||
{ id: "", title: "lock" },
|
||||
{ id: "", title: "previous" },
|
||||
{ id: "", title: "next" },
|
||||
{ id: "", title: "above" },
|
||||
{ id: "", title: "below" },
|
||||
{ id: "", title: "play" },
|
||||
{ id: "", title: "pause" },
|
||||
{ id: "", title: "mute" },
|
||||
{ id: "", title: "volume" },
|
||||
{ id: "", title: "unmute" },
|
||||
{ id: "", title: "expand" },
|
||||
{ id: "", title: "collapse" },
|
||||
{ id: "", title: "mount" },
|
||||
{ id: "", title: "unmount" },
|
||||
{ id: "", title: "sync" },
|
||||
{ id: "", title: "info" },
|
||||
{ id: "", title: "help" },
|
||||
{ id: "", title: "warning" },
|
||||
{ id: "", title: "help" },
|
||||
{ id: "", title: "check" },
|
||||
{ id: "", title: "bracket" },
|
||||
{ id: "", title: "delete" },
|
||||
{ id: "", title: "download" },
|
||||
{ id: "", title: "edit" },
|
||||
{ id: "", title: "find" },
|
||||
{ id: "", title: "flag" },
|
||||
{ id: "", title: "like" },
|
||||
{ id: "", title: "publish" },
|
||||
{ id: "", title: "set" },
|
||||
{ id: "", title: "star" },
|
||||
{ id: "", title: "user" },
|
||||
{ id: "", title: "location" },
|
||||
{ id: "", title: "date" },
|
||||
{ id: "", title: "time" },
|
||||
{ id: "", title: "view" }
|
||||
],
|
||||
id: "buttonGroupImage",
|
||||
type: "image"
|
||||
|
|
@ -942,14 +966,14 @@ $(function() {
|
|||
trackImages: [
|
||||
"jpg/Children's Games.jpg",
|
||||
"jpg/Dulle Griet.jpg",
|
||||
"jpg/Landscape With the Fall of Icarus.jpg",
|
||||
"jpg/Landscape with the Fall of Icarus.jpg",
|
||||
"jpg/Netherlandish Proverbs.jpg",
|
||||
"jpg/The Fight Between Carnival and Lent.jpg",
|
||||
"jpg/The Hunters in the Snow.jpg",
|
||||
"jpg/The Procession to Calvary.jpg",
|
||||
"jpg/The Tower of Babel.jpg",
|
||||
"jpg/The Triumph of Death.jpg",
|
||||
"jpg/Winter Landscape With a Bird Trap.jpg",
|
||||
"jpg/Winter Landscape with a Bird Trap.jpg",
|
||||
]
|
||||
},
|
||||
title: "Range with Track Images"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue