GithubHelp home page GithubHelp logo

cuxd_cmd_stringreplace_mod's Introduction

CUxD_CMD_StringReplace_Mod

CCU WebUI Modifikation zur automatischen Zeichenersetzung von CMD_ Parameter-Werten Github All Releases

ℹ️ Hintergrund:

Die WebUI verhindert das Speichern von Werten, die bestimmte Sonderzeichen enthalten. In der CUxD Dokumentation ist eine Ersetzungstabelle aufgeführt, in der die zu ersetzenden Zeichen aufgelistet sind: doku

ℹ️ Zweck:

CUxD_CMD_StringReplace_Mod ermöglicht das automatische Ersetzen lt. dieser Tabelle, sobald der Cursor das Eingabefeld verlässt.
Beispiel:

🔧 Installation:

  • via SSH:

wget -q -O- https://github.com/jp112sdl/CUxD_CMD_StringReplace_Mod/releases/download/1.0/install.sh | sh

  • via WebUI (Programme -> Skript testen):
string out;
string err;
system.Exec("wget -q -O- https://github.com/jp112sdl/CUxD_CMD_StringReplace_Mod/releases/download/1.0/install.sh | sh", &out, &err);
WriteLine("Output: \n"#out);
WriteLine("Error : \n"#err);

✅ Bei erfolgreicher Ausführung erscheint folgende Ausgabe:

/www/webui/webui.js: encodeStringCUxD function added.
/www/config/ic_common.tcl: modified.

⚠️ Sollte die Modifikation bereits erfolgt sein und das Skript ein weiteres Mal ausgeführt werden, erscheint:

/www/webui/webui.js: encodeStringCUxD function exists.
/www/config/ic_common.tcl: already modified.

♻️ Deinstallation:

  • siehe "Installation", es ist im Kommando jedoch install.sh durch uninstall.sh zu ersetzen.

cuxd_cmd_stringreplace_mod's People

Contributors

jp112sdl avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.