function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
freshstart forcefreshstart force 

custom UI widgets

Are there any custom UI widgets which are available to integrate in VisualForce Pages?



Thanks in Advance

freshstart force

Pradeep_NavatarPradeep_Navatar

Have you heard of Active widgets? You can download it in zipped format from http://www.activewidgets.com/

and upload on your salesforce org in the static resource.

 

To link in VF page:

 

<script src="{!URLFOR($Resource.zipfile, 'ActiveWidgets/source/lib/aw.js')}"/>

<link href = "{!URLFOR($Resource.zipfile, 'ActiveWidgets/source/styles/aqua/aw.css')}" rel="stylesheet" type="text/css"/>

 

Hope this helps.