| | |
| | | return m_this->alert(str); |
| | | } |
| | | |
| | | string GetServerUrl() |
| | | xstring GetServerUrl() |
| | | { |
| | | return L""; |
| | | } |
| | |
| | | return xurl::get(GetServerUrl(),aurl, para, x); |
| | | } |
| | | |
| | | string EditCombo(KXMLDOMElement d) |
| | | xstring EditCombo(KXMLDOMElement d) |
| | | { |
| | | if (d.selectSingleNode(L"datas")) { |
| | | KXMLDOMElement e = d.selectSingleNode(L"datas"); |
| | |
| | | return L""; |
| | | } |
| | | |
| | | string EditDate(KXMLDOMElement e) |
| | | xstring EditDate(KXMLDOMElement e) |
| | | { |
| | | string str = L"<xedit name='_cb_grid_value1' bind='_cb_grid_search'/><xlabel caption='~' width='8'/><xedit name='_cb_grid_value2' bind='_cb_grid_search'/>"; |
| | | xstring str = L"<xedit name='_cb_grid_value1' bind='_cb_grid_search'/><xlabel caption='~' width='8'/><xedit name='_cb_grid_value2' bind='_cb_grid_search'/>"; |
| | | return str; |
| | | } |
| | | |
| | | string EditSheet(KXMLDOMElement d) |
| | | xstring EditSheet(KXMLDOMElement d) |
| | | { |
| | | xstring str = L"<xedit name='_cb_grid_value1' bind='_cb_grid_search'/>"; |
| | | if (d.selectSingleNode(L"@sheet")) { |
| | |
| | | return str; |
| | | } |
| | | |
| | | string EditTree(KXMLDOMElement e) |
| | | xstring EditTree(KXMLDOMElement e) |
| | | { |
| | | if (e.selectSingleNode(L"@xpage") && e.selectSingleNode(L"@column1") && e.selectSingleNode(L"@column2")) { |
| | | xstring xq = e.selectSingleNode(L"@xpage").text(); |