12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- {
- "id": "",
- "name": "",
- "type": "Div",
- "description": "",
- "defaultValue": {
- "code": "",
- "html": ""
- },
- "events": {
- "queryLoad": {
- "code": "",
- "html": ""
- },
- "postLoad": {
- "code": "",
- "html": ""
- },
- "load" : {
- "code": "",
- "html": ""
- },
- "click": {
- "code": "",
- "html": ""
- },
- "dblclick": {
- "code": "",
- "html": ""
- },
- "keydown": {
- "code": "",
- "html": ""
- },
- "keypress": {
- "code": "",
- "html": ""
- },
- "keyup": {
- "code": "",
- "html": ""
- },
- "mousedown": {
- "code": "",
- "html": ""
- },
- "mousemove": {
- "code": "",
- "html": ""
- },
- "mouseout": {
- "code": "",
- "html": ""
- },
- "mouseover": {
- "code": "",
- "html": ""
- },
- "mouseup": {
- "code": "",
- "html": ""
- },
- "focus": {
- "code": "",
- "html": ""
- },
- "blur": {
- "code": "",
- "html": ""
- }
- },
- "properties": {},
- "class": "",
- "styles": {},
- "container": ""
- }
|