SPCAMLEditor1.0 publish

SPCAMLEditor is a tool to customize WSS or MOSS. Using this tool you can :
1)edit properties of SPWeb,SPList,SPView,SPField.
2)create new view and modify the html schema of view , and can preview the result.
3)create new field and modify it's schema.
4)export schema of view and field.

You download it from:
https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=SPCAMLEditor&ReleaseId=12879


SPCAMLEditor User Manual


Open Site and Basic Usage

1) Click SPCAMLEditor.exe to start the application. For the first time running, there will be a command window to register some DLL, just ignore it.

2) Open site by File menu.
SPCAMLEditor1.0 publish_第1张图片


3) Input the site URL and click the OK button.
SPCAMLEditor1.0 publish_第2张图片

4) Right click the node , by the context menu, you can :
Edit Property, Copy a new object, Update the schema and delete it.
SPCAMLEditor1.0 publish_第3张图片

5) Edit Property.
SPCAMLEditor1.0 publish_第4张图片

How to Edit View Schema


1) Choose the view you want to edit
SPCAMLEditor1.0 publish_第5张图片

2) By the context menu, you can create a new view by copying the selected view.
SPCAMLEditor1.0 publish_第6张图片

3) Click the SchemaXml tab; you can edit the html schema of the view. Using xml nodes tree to navigate the node .
SPCAMLEditor1.0 publish_第7张图片

4) For example, you can edit the ViewHeader node to change the table border style of the view
SPCAMLEditor1.0 publish_第8张图片

5) Click the preview tab to preview the change.
SPCAMLEditor1.0 publish_第9张图片

6) The modification for view will not apply to database automatic, you need to click Update menu to do this.
SPCAMLEditor1.0 publish_第10张图片


How to Create New Column and Edit Field Schema

You can create site column and list column. Here are the steps to edit list column.

1) Chose the field to edit or create a new field by copying the selected field.
SPCAMLEditor1.0 publish_第11张图片

2) If a error occur , click the OK button and reflash all content by the Reflash button on the toolbar
SPCAMLEditor1.0 publish_第12张图片




3) Find the new field and click the SchemaXml tab to edit schema of the field.
SPCAMLEditor1.0 publish_第13张图片

6) For example, you can edit node of the Edit column and make the DispForm.aspx opened in new window.
SPCAMLEditor1.0 publish_第14张图片

7) For field, not support preview. You must Update the change and then to preview it.
SPCAMLEditor1.0 publish_第15张图片

Sorry for my bad English.
You can find latest version on http://www.codeplex.com/SPCAMLEditor

你可能感兴趣的:(editor)