Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

The SmartWeb application enables to integrate into the website also schemes from D2000 rendered through the Thin Client technology. SmartWeb needs for this functionality the URL link of the running Thin Client application which is connected to the same instance of D2000. D2000 schemes are automatically rendered for a user authenticated through the SmartWeb application. 

The configuration of the URL link to an instance of the Thin Client application is set in the smartWeb.json file in the following manner

SmartWeb aplikácia umožňuje integrovať na stránku aj schémy z D2000 renderované cez technológiu Tenký Klient. SmartWeb potrebuje na túto funkcionalitu URL linku bežiacej aplikácie Tenkého Klienta, ktorá je pripojená na tú istú inštanciu D2000. D2000 schémy sú automaticky renderované pre používateľa autentifikovaného SmartWeb aplikácii.

Konfigurácia URL linky na inštanciu aplikácie  Tenkého Klienta sa nastavuje v súbore smartWeb.json nasledovne:

Blok kódu
languagejs
{
    "application": {
       "tcl": {
            "url": "http://localhost/tc/index.html"			
		}            
    }  
}


Info

Plná podpora integrácie SmartWeb aplikácie s Tenkým Klientom je implementovaná až vo verzii D2000 V12. V nižších verziách je ale možné zobraziť schému cez samostatný HTML element IFRAME, s URL parametrom definujúcim názov schémy. Do zobrazovanej schémy je ale nevyhnutné sa vždy duplicitne autentifikovať cez prihlasovaciu obrazovku Tenkého klientaThe full support of the integration of the SmartWeb application with the Thin Client is implemented only in the D2000 V12 version. In sooner versions, however, it is possible to display a scheme through the independent HTML element IFRAME with the URL parameter defining the scheme name. Duplicative authentication to display scheme is always necessary through login display of the Thin Client.