Workflow and ServiceDesk Community

 View Only

Workflow - AngularJS Components - Custom 

Sep 07, 2017 11:38 AM

In this Article I will run through how to use some custom AngularJS javascript and css to add anything to a form.

 

Table Of Contents

 

Firstly we need some Angular code,

 

Merge Text - add the source

LogicBase.Components.Default.Process.MergeTextComponent
https://www.symantec.com/connect/articles/merge-text

In the MergeText add the CSS and JS.

CSS

<style type="text/css">
  ...
</style>

JS

<script type="text/javascript">
  ...
</script>

Finally add the HTML

<html ng-app='ngCheckers'>
  ...
</html>

 

window_edit.png

Include Html

LogicBase.Components.FormBuilder.AdvancedComponents.Include.IncludeHtmlComponent
https://www.symantec.com/connect/articles/includehtml

Use the Merge Text as the "Text To Include"

 

Set the Property in the "General" tab to "Use Angular JS".

Run it in the browser and enjoy your game of Checkers.

 

Protirus.png

 

Statistics
0 Favorited
2 Views
0 Files
0 Shares
0 Downloads

Tags and Keywords

Related Entries and Links

No Related Resource entered.