Jump to content

Recommended Posts

Posted

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

Posted

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

");


 

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...