ContentFiles

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWServerControllerBase > Properties >

ContentFiles

Use this property to add custom JavaScript files to your IntraWeb forms. When you add some content to this property, all IntraWeb forms will include it when rendered. Ensure the files you are adding are available under your ContentPath folder.

 

SIGNATURE=IWServerControllerBase.TIWServerControllerBase.ContentFiles

 

ETYPE=Property

 

Declaration:

Delphi:

published property ContentFiles: TStringList;

C++:

__published: __property TStringList ContentFiles;

 

Description: This is ContentFiles, a member of class TIWServerControllerBase.