cancel
Showing results for 
Search instead for 
Did you mean: 

Tag cloud like widget

Former Member
0 Kudos

Is a tag cloud like widget available in SAP UI5 ?

regards,

sreeram

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member184867
Active Contributor
0 Kudos

Hi Sreeram,

I think there is no such UI5 control, but this would be possible.

You can see the working example at http://jsbin.com/UDUFUDe/23/edit where I have a tagcloud inside a UI5 Panel. May be you can create your control based on d3 Tagcloud.

Disable chrome web security in your browser to see it in action  as it as it is accessing a javacript lib from http://www.jasondavies.com/wordcloud/d3.layout.cloud.js.

The output would look like....

For more customizing options you can refer to d3 Tagcloud example at Word Cloud Generator

Regards,

Atanu

SandipAgarwalla
Active Contributor
0 Kudos

use any jqeury plug-in for tag cloud, one of these

http://plugins.jquery.com/tagcloud/

former_member182650
Contributor
0 Kudos

Hi Sreeram,

There's nothing similar. But you can create your custom controls:

Documentation/AdvancedTopics/OnTheFlyControlDefinition – SAPUI5 Wiki (TIP CORE User Interface)

Cheers!