|
||
When creating a new web part, you can specify the following properties:
Create new web part / Inherit from existing web part |
This radio button menu allows you to select the way the new web part will be created. You can create an entirely new web part or you can inherit an existing one and modify it. |
Web part display name |
Displayed name of the web part. |
Web part code name |
Name of the web part which will be used in website code. |
Web part file name |
Path where the web part .ascx file is stored (e.g.: BizForms/bizform.ascx). |
More resources can be found at:
•Developer's Guide -> Development -> Web parts -> Overview
•Developer's Guide -> Development -> Web parts -> Developing web parts