Lines Matching refs:html
53 def set_output(self, html):
56 @param html: HTML document to replace tab contents with.
61 return self._proxy.set_output(html)
64 def append_output(self, html):
65 """Append HTML to the contents of the tab.
67 @param html: HTML to append to the existing tab contents.
72 return self._proxy.append_output(html)
125 def append_list_item(self, list_name, item_name, html):
130 @param html: HTML to place in the list item.
135 return self._proxy.append_list_item(list_name, item_name, html)
138 def replace_list_item(self, item_name, html):
142 @param html: HTML to place in the list item.
147 return self._proxy.replace_list_item(item_name, html)