This website requires JavaScript.
Explore
Help
Sign In
github-migration
/
engine
Watch
1
Star
0
Fork
0
You've already forked engine
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e8cdfc4794
engine
/
public
/
javascripts
/
admin
/
assets.js
6 lines
91 B
JavaScript
Raw
Normal View
History
Unescape
Escape
rich text editor for the Text custom field + refactor the custom field types + add new custom field type: Boolean + fix asset collections
2010-06-22 13:04:40 +00:00
$
(
document
)
.
ready
(
function
(
)
{
Might as well clean up spaces on js and css too.
2010-07-23 20:20:09 +00:00
$
(
'textarea.html'
)
.
tinymce
(
TinyMceDefaultSettings
)
;
}
)
;
Reference in New Issue
Copy Permalink