
What is Ace Editor and why is it used in JScms?
5 min read time
What is Ace Editor and Why is it Used in JScms? Ace Editor is a high-performance code editor for the web, designed to handle code editing with powerful features and flexibility.
We will explain all features, functions, hooks, plugins, editor and how to navigate and modify your content in JScms. How to create pages, plugins, add your own language phrases and use AI to improve your articles if you want.
5 min read time
What is Ace Editor and Why is it Used in JScms? Ace Editor is a high-performance code editor for the web, designed to handle code editing with powerful features and flexibility.
5 min read time
Hook: on_user_save The on_user_save hook is triggered when user data is being saved. It allows plugins to capture and store additional user-specific information dynamica...
5 min read time
Function: JScms_escapePreCodeBlocks The JScms_escapePreCodeBlocks function is used to escape the content within "pre" and "code" blocks, ensuring that code is rendered correctly a...
5 min read time
How is Tiny File Manager Integrated into JScms? Tiny File Manager is a lightweight, powerful file management tool fully integrated into JScms. It provides an intuitive interface for managin...
5 min read time
Understanding Hooks in the JScms Hooks are a powerful feature of the JScms, allowing developers to extend and modify its functionality without altering the core...
5 min read time
Hook: on_admin_user_edit_tabs The on_admin_user_edit_tabs hook allows developers to dynamically add custom tabs to the user edit interface in the admin panel.
5 min read time
Function: JScms_send_email The JScms_send_email function stores email information in the database for later sending by a cron job. It handles multiple recipients, CC add...
5 min read time
Hook: on_helpful_box_plugin_context The on_helpful_box_plugin_context hook allows plugins to provide dynamic context to the helpful box feature.
5 min read time
Developer Mode and How Do I Use It? Developer Mode is a special mode in JScms designed for developers who want to debug, test, or extend the JScms functionality.