Select to view content in your preferred language

Style problem in custom widget web app builder

330
4
01-09-2019 10:17 AM
NadirHussain
Occasional Contributor II

Dear All

 i create a custom in-panel widget.but when i click action in response it shows only text not the complete panel.i attached the image.the out is shown in the red circle.what can be the reason for not showing complete panel.thanks in advance

0 Kudos
4 Replies
RobertScheitlin__GISP
MVP Emeritus

What step are you at in the tutorial? What does the text in your manifest.json look like?

0 Kudos
NadirHussain
Occasional Contributor II

Dear Robert,

  {
"name": "TestWidget",
"2D": true,
"3D": false,
"platform": "HTML",
"version": "2.10",
"wabVersion": "2.10",
"author": "@SpatialAgent",
"description": "",
"copyright": "",
"license": "http://www.apache.org/licenses/LICENSE-2.0"
"properties": {
"keepConfigAfterMapSwitched": false
}
}

this is my manifest file.

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Nadir,

  So since you have named your widget "TestWidget" in the manifest.json is the widgets folder named the same or do you have it still named listview? Also you are missing a comma after the license line in your manifest.json.

0 Kudos
NadirHussain
Occasional Contributor II

Dear Robert,

My widget name id TestWidget and folder name is same TestWidget.Last night i read documentation and solve the problem.

Again thanks for your help.

0 Kudos