my content editing area is starting to look a bit untidy is there a way to automatically collapse the fields like Rich text or to group items into a collapsibile fieldset.
I was having the same problem so I decided that I would like to be able to do 2 things:
1) Collapse/Expand all rich text editor fields
2) Collapse/Expand a single rich text editor field
This is rough and not 100% tested for side effects but it seems to be working without causing any problems on 4.11. You will need to make it look pretty on your own.
So... on the umbraco\editContent.aspx page as, Mike mentioned, you can use the following in jQuery(document).ready( function(){
collapsible or grouping content fields
my content editing area is starting to look a bit untidy is there a way to automatically collapse the fields like Rich text or to group items into a collapsibile fieldset.
Thanks
you could separate out into separate umbraco tabs, as a quick tidy up...
Other than that I think you may need to inject jquery into the "umbraco\editContent.aspx", if you don't want to fork the umbracoCMS source.
I was having the same problem so I decided that I would like to be able to do 2 things:
1) Collapse/Expand all rich text editor fields
2) Collapse/Expand a single rich text editor field
This is rough and not 100% tested for side effects but it seems to be working without causing any problems on 4.11. You will need to make it look pretty on your own.
So... on the umbraco\editContent.aspx page as, Mike mentioned, you can use the following in jQuery(document).ready( function(){
Hope that helps.
is working on a reply...