wBrowseEdit

Erstellt Schaltflächen in der Webseite

Funktionen

Erstellt eine allgemeine Schaltfläche
String createButton(String onclick = '', String icon = '', String caption = '', String title = '')
Gibt ein Dokument aus dem Workflow frei
String createButtonApproveDocument(String path = '', String icon = '', String caption = '', String title = '', Array options = array())
Erstellt eine Schaltfläche, um die Weblication Obefläche zu öffnen, falls der Benutzer Administrator ist
String createButtonBackend(String icon = '', String caption = '', String title = '', Array attributes = array())
Erstellt eine Schaltfläche zur Erstellung eines neuen Verzeichnisses
String createButtonCreateDirectory(String destDir = '', String icon = '', String caption = '', String title = '', Array options = array())
Erstellt eine Schaltfläche zur Erstellung eines neuen Dokumentes (einer neuen Seite)
String createButtonCreateDocument(String destDir = '', String icon = '', String caption = '', String title = '', Array options = array())
Erstellt eine Schaltfläche, um eine Seite zu löschen
String createButtonDelete(String path = '', String icon = '', String caption = '', String title = '', Array attributes = array())
Erstellt eine Schaltfläche zum Bearbeiten einer Seite
String createButtonEdit(String path = '', String icon = '', String caption = '', String title = '')
Erstellt eine Schaltfläche mit Funktionen zum Öffnen der Dateiverwaltung
String createButtonFilemanager(String path = '', String caption = '', String title = '', Array options = array())
Öffnet die Navigationsbearbeitung, um eine Seite, falls diese noch nicht verlinkt ist, hinzuzufügen.
String createButtonInsertNavpoint(String path = '', String caption = '', String title = '')
Erstellt eine Schaltfläche, um sich abzumelden
String createButtonLogout(String icon = '', String caption = '', String title = '')
Erstellt eine Schaltfläche, um den Online-Status einer Datei zu ändern
String createButtonOnlineStatus(String path = '', String icon = '', String caption = '', String title = '', Array attributes = array())
Weist ein Dokument aus dem Workflow zurück
String createButtonRejectDocument(String path = '', String icon = '', String caption = '', String title = '', Array options = array())
Erstellt eine Schaltfläche, um Dateien hochzuladen
String createButtonUpload(String destDir = '', String icon = '', String caption = '', String title = '', Array attributes = array())
Erstellt eine Schaltfläche, um die Weblics-Verwaltung zu öffnen, falls der Benutzer Administrator ist
String createButtonWeblics(String project = '', String icon = '', String caption = '', String title = '', Array attributes = array())
Überprüft, ob der aktuelle Pfad im Editor aufgerufen ist
Boolean isInEditor()