Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Dear all,
I am developing a plugin which i would like to use the "elementselect" type to make my list dynamic as the LoadFormOptions So I have used the property: options_ajax to implement
But when I configure the plugin in UI it said NoClassFound
json of the plugin
[{
"title": "Configure Secure Transport Interface",
"properties": [
]
}]
[{
"title": "Configure The Plugin",
"properties": [
]
}]
StFunciton is the interface I have created
json of the sub-plugin i would like to use for dynamic UI
[{
"title": "Parameters for creating an account",
"properties": [
,
,
,
]
}]
public class StInterface extends DefaultApplicationPlugin
public class StCreateAccount extends StInterface implements StFunction
Do anyone have some ideas about this?
Or give me some advice of how to use the options_ajax property of the elementselect field?
Regards,
Jianan