首页 \ 问答 \ CMS引擎?(CMS Engine? [closed])

CMS引擎?(CMS Engine? [closed])

任何人都可以推荐一款具有很好功能的CMS引擎,更适合开源吗? 用户界面不那么困扰,它对我来说是最重要的后端,所以我可以与现有网站和应用程序集成。

(CMS的前端可以很好地提示后端是否有良好的分离。)

奖金功能包括SQL,XML或混合数据源,版本控制和工作流程。

非常感谢斯科特


Can anyone recommend a CMS engine with a nice set of features, preferable open source? Not so bothered by a user interface, it's the back-end that is most important to me so I can integrate with existing sites and applications.

(CMS's with front-ends are fine to suggest if there is good separation from the back-end.)

Bonus features include SQL, XML or mixed datasources, versioning and workflow.

Many thanks Scott


原文:https://stackoverflow.com/questions/887174
更新时间:2023-07-16 21:07

最满意答案

确保在html中包含jQuery脚本标记。 当我添加CDN时它适用于我。

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script> 

https://jsfiddle.net/aeuzfLao/


Ensure that you are including a jQuery script tag in your html. It works for me when I add the CDN.

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script> 

https://jsfiddle.net/aeuzfLao/

相关问答

更多
  • 我认为你可能会让它变得比需要的更复杂。 尝试这个: 在你的控制器中: .controller('myCtrl', function($scope /* other dependencies here */){ ... $scope.maxLength = 100; // this is the max # of chars allowed in the textarea ... }); 在你的html中: