Create library parameters from semantics

Forums: 

Hi guys.

Currently I'm working on a project where I would like to create the skeletons of the parameters for a library on the server side(php). My thought was to traverse the semantics and then be able to create the same parameter structure as done client side(without other values than the default ones).
Is this something that could be done or is there logic in the library javascript files that will complicate things on the php side?

Best regards, Thomas

BV52's picture

Hi tsivert,

A visit to this page may give you insight. There might also be members of the community that has implemented something similar and has additional inputs.

-BV52