String editor mode
Last updated on
24 April 2025
The ability to click on any t()'d string and edit it and save it.
If you go the X-Cart demo site, log in, and then click on Webmaster mode you can see such an editor in action.
Two versions are needed. One is a non-JS solution, realized with a popup which contains a normal form. Reuse the existing string edit form.
The JS version should not open new windows, instead the same edit form should appear inline (in a nice DIV, likely) and submit back via AJAX (we have a lean AJAX API).
It's possible that this task needs core patching. At least it's (very) hard to do without.
Help improve this page
Page status: Not set
You can:
You can:
- Log in, click Edit, and edit this page
- Log in, click Discuss, update the Page status value, and suggest an improvement
- Log in and create a Documentation issue with your suggestion