19 lines
283 B
Plaintext
19 lines
283 B
Plaintext
|
{
|
||
|
"widgettype":"FloatIconBar",
|
||
|
"options":{
|
||
|
"tools":[
|
||
|
{
|
||
|
"icon":"{{entire_url('../imgs/add.png')}}",
|
||
|
"name":"add",
|
||
|
"rate":1.5,
|
||
|
"tip":"add a record"
|
||
|
},
|
||
|
{
|
||
|
"icon":"{{entire_url('../imgs/delete.png')}}",
|
||
|
"name":"delete",
|
||
|
"tip":"delete a record"
|
||
|
}],
|
||
|
}
|
||
|
}
|
||
|
|