Plugin path

Confluence User - 16 Sep, 2023

Hi, i'm still new in developing plugins

So i made a plugin that uses custom css and js in my file but when i built the jar file and test it in the joget website but it couldn't find the path and shows me this error

so this is the href link that i have in my ftl file 

where exactly is the path to the custom files that i need to refer to because i thought you need to refer the path according to directory inside the pc folder but that seems not to be the case

plugins

1


17 Sep, 2023
confluenceUser
1
confluenceUser

You can refer to 

<link href="${request.contextPath}/plugin/org.joget.tutorial.GanttChartMenu/lib/jquery/gantt/css/style.css" rel="stylesheet" type="text/css" />

in How to develop a Gantt Chart Userview Menu

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print