link to another pager

This commit is contained in:
hamid zarghami
2026-01-07 15:02:44 +03:30
parent 9e1dd09097
commit 7a2bdfba56
3 changed files with 312 additions and 57 deletions
+117
View File
@@ -128,6 +128,71 @@
"fill": "#3b82f6",
"opacity": 100
},
{
"id": "link-next-page",
"type": "link",
"x": 100,
"y": 500,
"width": 150,
"height": 50,
"text": "صفحه بعدی",
"fontSize": 18,
"linkUrl": "page://next",
"fill": "#3b82f6",
"opacity": 100
},
{
"id": "link-prev-page",
"type": "link",
"x": 280,
"y": 500,
"width": 150,
"height": 50,
"text": "صفحه قبلی",
"fontSize": 18,
"linkUrl": "page://prev",
"fill": "#3b82f6",
"opacity": 100
},
{
"id": "link-first-page",
"type": "link",
"x": 460,
"y": 500,
"width": 150,
"height": 50,
"text": "اولین صفحه",
"fontSize": 18,
"linkUrl": "page://first",
"fill": "#3b82f6",
"opacity": 100
},
{
"id": "link-last-page",
"type": "link",
"x": 100,
"y": 570,
"width": 150,
"height": 50,
"text": "آخرین صفحه",
"fontSize": 18,
"linkUrl": "page://last",
"fill": "#3b82f6",
"opacity": 100
},
{
"id": "link-to-page",
"type": "link",
"x": 280,
"y": 570,
"width": 150,
"height": 50,
"text": "صفحه",
"fontSize": 18,
"linkUrl": "page://3",
"fill": "#3b82f6",
"opacity": 100
},
{
"id": "image-2",
"type": "image",
@@ -328,6 +393,58 @@
"strokeWidth": 2,
"shapeType": "abstract",
"opacity": 100
},
{
"id": "link-nav-next-3",
"type": "link",
"x": 100,
"y": 600,
"width": 140,
"height": 45,
"text": "صفحه بعدی",
"fontSize": 16,
"linkUrl": "page://next",
"fill": "#3b82f6",
"opacity": 100
},
{
"id": "link-nav-prev-3",
"type": "link",
"x": 260,
"y": 600,
"width": 140,
"height": 45,
"text": "صفحه قبلی",
"fontSize": 16,
"linkUrl": "page://prev",
"fill": "#3b82f6",
"opacity": 100
},
{
"id": "link-nav-first-3",
"type": "link",
"x": 420,
"y": 600,
"width": 140,
"height": 45,
"text": "اولین صفحه",
"fontSize": 16,
"linkUrl": "page://first",
"fill": "#3b82f6",
"opacity": 100
},
{
"id": "link-nav-last-3",
"type": "link",
"x": 580,
"y": 600,
"width": 140,
"height": 45,
"text": "آخرین صفحه",
"fontSize": 16,
"linkUrl": "page://last",
"fill": "#3b82f6",
"opacity": 100
}
]
},