You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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": [

Unknown macro: {                "name"}

]
  
}]
[{

        "title": "Configure The Plugin",

        "properties": [

Unknown macro: {                 "name"}

]

  

}]

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": [

           

Unknown macro: {          "name"}

,

Unknown macro: {        "name"}

,

Unknown macro: {        "name"}

,

Unknown macro: {        "name"}

]

}]

 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

  • No labels