The backend of MuCMS

The original backend of MuCMS was javascriptless. Everything was HTML and php. But now the things have changedand i started to add some dynamic code to improve the efficiency of article publishing.
First I added an auto update feature for the thisurl field, you don't have to complete this field unless you wanted to forge your own one. It is updated once you finish to complete the sefurl field, after it loses focus the thisurl field is automatically updated. I use a onChange() event to handle this.
Then on other nice thing i added is for the textarea zone, i get bored typing orpasting the same html code for an image insertion, or adding a link, a break, now you only have to push a button to do this. Even better, if you want to add a link over a string, (wrapping), you select the string then hit the link button, the selected text becomes the anchor text.
Textarea buttons
so no need to remember which class to put for the image div, those buttons are scalable, I mean you can ad as many as you want and customize them to make your desired shortcuts.
Leave a Comment