Serge Zolotukhin
Results
2
comments of
Serge Zolotukhin
+1: `that.selEmployee = "";` is the best and logic way to clear control value.
Complete code of server.py, that starts CP: ``` import os import cherrypy from ws4py.server.cherrypyserver import WebSocketPlugin, WebSocketTool from webapp.libs.plugins.saplugin import SaPlugin from webapp.libs.plugins.makoplugin import MakoTemplatePlugin from webapp.libs.plugins.video_generator_plugin import VideoGeneratorPlugin from...