예제 #1
0
 private string AJAXcheck(string sResponse, string sURLQuery)
 {
     Ektron.Cms.CommonApi m_refcommonApi = new Ektron.Cms.CommonApi();
     workareaajax waAjax = new workareaajax(m_refcommonApi.AppPath);
     waAjax.ResponseJS = sResponse;
     waAjax.URLQuery = sURLQuery;
     waAjax.FunctionName = "checkRule";
     return waAjax.Render();
 }
예제 #2
0
 public workareabase()
 {
     m_refMsg = m_refContentApi.EkMsgRef;
     m_wamTabs = new workareatabs(m_refMsg, AppImgPath);
     m_waCommerce = new workareaCommerce(m_refContentApi.RequestInformationRef.CommerceSettings, this);
     m_waaAjax = new workareaajax(m_refContentApi.AppPath);
 }