示例#1
0
 public void Block(qx.html.Element element = null)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public static void Translate(qx.html.Element el, object value)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public static string GetPerspectiveOrigin(qx.html.Element el)
 {
     throw new NotImplementedException();
 }
示例#4
0
 public static void SetPerspective(qx.html.Element el, double value)
 {
     throw new NotImplementedException();
 }
示例#5
0
 public static void SetStyle(qx.html.Element el, string value)
 {
     throw new NotImplementedException();
 }
示例#6
0
 public static void ResetY(qx.html.Element element)
 {
     throw new NotImplementedException();
 }
示例#7
0
 public static qxWeb Add(qx.html.Element el)
 {
     throw new NotImplementedException();
 }
示例#8
0
 public void UpdateDataRowElement(object rowInfo, qx.html.Element rowElement)
 {
     throw new NotImplementedException();
 }
示例#9
0
 public static string Replace(qx.html.Element element, string oldName, string newName)
 {
     throw new NotImplementedException();
 }
示例#10
0
 /// <param name="root">Optional. The root DOM element of the widget. Default is the body of the document.</param>
 /// <param name="layout">The layout of the root widget.</param>
 public Root(qx.html.Element root = null, qx.ui.mobile.layout.Abstract layout = null)
 {
     throw new NotImplementedException();
 }
示例#11
0
 public void PlaceToElement(qx.html.Element elem, bool liveupdate)
 {
     throw new NotImplementedException();
 }
示例#12
0
 public static qxWeb PlaceTo(qx.html.Element target, string position, object offsets = null, string modeX = "direct", string modeY = "direct")
 {
     throw new NotImplementedException();
 }
示例#13
0
 public object GetCurrentStyles(qx.html.Element element = null)
 {
     throw new NotImplementedException();
 }
示例#14
0
 public static qx.html.Element Clean(object objs, Document context = null, qx.html.Element fragment = null)
 {
     throw new NotImplementedException();
 }
示例#15
0
 public static bool Fire(qx.html.Element target, string type)
 {
     throw new NotImplementedException();
 }
示例#16
0
 public static string Toggle(qx.html.Element element, string name, bool?toggle = null)
 {
     throw new NotImplementedException();
 }
示例#17
0
 public static string GetY(qx.html.Element element, double mode)
 {
     throw new NotImplementedException();
 }
示例#18
0
 public static string Remove(qx.html.Element element, string name)
 {
     throw new NotImplementedException();
 }
示例#19
0
 public qx.bom.Collection Add(string selector, qx.html.Element context)
 {
     throw new NotImplementedException();
 }
示例#20
0
 public static string RemoveClasses(qx.html.Element element, string classes)
 {
     throw new NotImplementedException();
 }
示例#21
0
 public static void SetBackfaceVisibility(qx.html.Element el, bool value)
 {
     throw new NotImplementedException();
 }
示例#22
0
 public static qx.bom.element.AnimationHandle AnimateReverse(qx.html.Element el, object desc, double duration)
 {
     throw new NotImplementedException();
 }
示例#23
0
 public static void SetPerspectiveOrigin(qx.html.Element el, string value)
 {
     throw new NotImplementedException();
 }
示例#24
0
 public void Resize(qx.html.Element element, double width, double height)
 {
     throw new NotImplementedException();
 }
示例#25
0
 public static void Transformx(qx.html.Element el, object transforms)
 {
     throw new NotImplementedException();
 }
示例#26
0
 public void Tint(qx.html.Element element, string bgcolor)
 {
     throw new NotImplementedException();
 }
示例#27
0
 public static bool GetBackfaceVisibility(qx.html.Element el)
 {
     throw new NotImplementedException();
 }
示例#28
0
 public double GetRowIndex(qx.html.Element element)
 {
     throw new NotImplementedException();
 }
示例#29
0
 public static string GetStyle(qx.html.Element el)
 {
     throw new NotImplementedException();
 }
示例#30
0
 public static string GetAttributeNS(qx.html.Element element, string namespaceUri, string name)
 {
     throw new NotImplementedException();
 }