zoukankan      html  css  js  c++  java
  • 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.



    3) Input the site URL and click the OK button.


    4) Right click the node , by the context menu, you can :
    Edit Property, Copy a new object, Update the schema and delete it.


    5) Edit Property.


    How to Edit View Schema


    1) Choose the view you want to edit


    2) By the context menu, you can create a new view by copying the selected view.


    3) Click the SchemaXml tab; you can edit the html schema of the view. Using xml nodes tree to navigate the node .


    4) For example, you can edit the ViewHeader node to change the table border style of the view


    5) Click the preview tab to preview the change.


    6) The modification for view will not apply to database automatic, you need to click Update menu to do this.



    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.


    2) If a error occur , click the OK button and reflash all content by the Reflash button on the toolbar





    3) Find the new field and click the SchemaXml tab to edit schema of the field.


    6) For example, you can edit node of the Edit column and make the DispForm.aspx opened in new window.


    7) For field, not support preview. You must Update the change and then to preview it.


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

  • 相关阅读:
    day02 基本数据类型与运算符
    java的基本数据类型--四类八种
    mysql 语句
    5 函数
    4 流程控制
    2 字符串操作 日期
    在Win7虚拟机下搭建Hadoop2.6.0+Spark1.4.0单机环境
    如何排查java.lang.NoSuchMethodError错误
    搭建Hadoop2.6.0+Eclipse开发调试环境
    在Win7虚拟机下搭建Hadoop2.6.0伪分布式环境
  • 原文地址:https://www.cnblogs.com/jianyi0115/p/1172175.html
Copyright © 2011-2022 走看看