Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
144235 | Apr 25,2019 11:14 PM UTC | Apr 29,2019 06:40 AM UTC | ASP.NET Web Forms | 3 |
![]() |
Tags: Diagram |
Query |
Response | |
Add caption to symbol palette items |
· Please use symbol palette’s ShowPaletteItemText Property to show/hide the text below the palette shapes.
· By default, when you enable showPaletteItemText property, a node name will be rendered as a palette item text.
· If you need a text to be displayed with space or something, then you should use paletteItem label property to achieve your requirement because node name should not contain space or start with numeric values.
Code example:
| |
Add tooltip to symbol palette items. |
We have rendered a tooltip for symbol palette items in diagram create event. Please refer to the code example below.
Code example:
|
<style>
.e-paletteItem.e-draggable.e-js.dragClone .e-text-container {
display:none;
}
</style>
|
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.