Total Complexity | 8 |
Total Lines | 12 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | //Write this document for import for all functions of Lavine.js// |
||
2 | |||
3 | //render Lavine module |
||
4 | export class Render{ |
||
5 | newElement(renderElement:any,content:any,selectObject:any,classList:any,Id:any):void |
||
6 | createHtml(elementTarget:any,content:any):void |
||
7 | changeContent(id:any,content:any):void |
||
8 | removeElement(element:any):void |
||
9 | setAtribute(elementId:any,atribute:any,value:any):void |
||
10 | addStyle(elementId:any,ruleCss:any):void |
||
11 | registerDinamicPage(pageId:any):void |
||
12 | clearPage():void |
||
13 | } |