krishnal Posted November 3, 2015 Report Posted November 3, 2015 Hi all, I am new to the community. it will be great help if anyone can guide me. I am developing blesta module. I want to add extra config option for provisioning purpose while creating service using my module and so i want to add my own custom html template in the addService (for creating service and serve the provisioning based on selected UI structure of my template). Is it possible to add the template while creating service? i may require same templating stuff while creating package. Is there anyway i can achive ? or anyone know such open source blesta plugin so i can take the reference ? It will be great help. I am trying to achive or find similar things since last 1 week. Thanks in advance. please ignore the brevity Quote
Nelsa Posted November 3, 2015 Report Posted November 3, 2015 Hi krishnal and welcome,did you look in to Devlopers documentation,here is url to module docs https://docs.blesta.com/display/dev/Modules and there is also explanation about configuration files,you probably want look if not already. Quote
activa Posted November 4, 2015 Report Posted November 4, 2015 setHtml() is your friend .. $fields->setHtml(" <script type=\"text/javascript\"> $(document).ready(function() { //your jquery code here }); </script> or you can put your html code hare "); Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.