Showing posts with label Web Part. Show all posts
Showing posts with label Web Part. Show all posts

Monday, December 26, 2022

SharePoint - Web Part

The following are SharePoint dictionary words of the day related to web part:

Web Part

Reusable component which contains or generates web-based content such as XML, HTML, and scripting code.

 

Web Part cache

Hash table of key/value pairs which is utilized to cache and find core information for web parts.

 

Web Part chrome

Common user interface elements which frame a web part within a given zone. A web part chrome includes a border, title bar, icons, title text, and menu options.


Web Part chrome state

State of a web part and the web part chrome surrounding it. Values are zero (0) for a normal state or one (1) for a minimized state.

 

Web Part connection

Element in a web parts page which defines a data relationship between two web parts.

 

Web Part identifier

Globally unique identifier (GUID)  which identifies a web part.

 

Web Part property

Configurable aspect of a web part which controls the actions of the web part.

 

Web Part type identifier

Unique 16-byte value which is assigned to each web part type.

 

Web Part zone

Arranged HTML section of a web part page which contains zero or more webparts which can be configured for the format of those web parts.

 

Web Part zone identifier

String which identifies a web part zone on a web parts page.

 

Web Part zone index

Integer which specifies the comparative position of a web part in a web part zone.

 

Web Parts page

ASP.NET web page which includes web part controls that enable the page to be customized.