So how you did the Other things.
Means. What are you saying. I canât understand.
Ok, bruâŚ
can you clear this point?
Please See againâŚ
i already designed the template using json and i put button object in it, now problem is that how this json button works?
Please explain so I can help you
Okay, first i am sharing my âsimple JSON Templateâ i created
{
ânameâ: âShopping Itemsâ,
âmetadata-versionâ: 1,
âauthorâ: âZain Ul Hassanâ,
âplatformsâ: [
âKodularâ
],
âkeysâ: [
ânumberâ,
âLabel1â,
âitem-btnâ
],
âcomponentsâ: [
{
âidâ : âItem-Cards_{number}â,
âtypeâ : âMakeroidCardViewâ,
âpropertiesâ : {
âWidthPercentâ : 90,
âHeightPercentâ : 15,
âContentPaddingTopâ : 10,
âContentPaddingBottomâ : 10,
âContentPaddingRightâ : 10,
âContentPaddingLeftâ : 10,
âBackgroundColorâ : -526345,
âAlignVerticalâ : 2,
âAlignHorizontalâ : 3,
âFullClickableâ : false,
âElevationâ : 0,
âCornerRadiusâ : 10
},
âcomponentsâ : [
{
âidâ : âItems-HA_{number}â,
âtypeâ : âHorizontalArrangementâ,
âpropertiesâ : {
âAlignVerticalâ : 2,
âAlignHorizontalâ : 3,
âWidthâ : -2,
âHeightâ : -2
},
"components" : [
{
"id" : "Label1_{number}",
"type" : "Label",
"properties" : {
"FontSize" : 16,
"Text" : "{item-name}"
}
},
{
"id" : "Item-btn_{number}",
"type" : "Button",
"properties" : {
"FontSize" : 16,
"Text" : "{item-btn}"
}
}
]
}
]
}
]
}
<------------->
Here are Blocks
Here is Result
Now Here is my problem:-
I want to know that how this button will work?
@Instrumental_Gang You can simply get the click on button with these simple blocks
You can also use Dynamic Components IsDynamic block in if condition and you are good to go
Not worked at my end, its accepting inputs only from static buttons but my button is made from JSON Template.
That does not matter
I am sure you are doing something worng
sure
pm me bcos it will offtopic