Пример #1
0
 /// <summary>
 /// Enhances the given DOM element by parsing the Control and Elements info and creating the SAPUI5 controls for them.
 /// </summary>
 /// <param name="oElement">the DOM element to compile</param>
 /// <param name="oView">The view instance to use</param>
 public extern static void compile(Retyped.dom.HTMLElement oElement, sap.ui.core.mvc.HTMLView oView);
Пример #2
0
 /// <summary>
 /// Enhances the given DOM element by parsing the Control and Elements info and creating the SAPUI5 controls for them.
 /// </summary>
 /// <param name="oElement">the DOM element to compile</param>
 /// <param name="oView">The view instance to use</param>
 /// <param name="isRecursive">Whether the call of the function is recursive.</param>
 public extern static void compile(Retyped.dom.HTMLElement oElement, sap.ui.core.mvc.HTMLView oView, bool isRecursive);