Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Css class applying not working (Canvas mode) (Read 2480 times)
CrushJelly
Junior Member
**
Offline


I Love MindFusion!

Posts: 59
Joined: Oct 20th, 2016
Css class applying not working (Canvas mode)
Nov 9th, 2016 at 8:37am
Print Post  
I have few controls, that have style declared in the control.
I tried to transfer style declaration to my page css file, but it's not working, styling is not applied.
When running the application, I see that it's applying some random default style, not my declared css.

So the local style declaration is working.

Is it possible to fix it?

Code
Select All
<ndiag:NodeListView
    ID="nodeListView"
     runat="server"
     ClientSideMode="Canvas"
    LibraryLocation="../../Scripts/MindFusion/MindFusion.Diagramming.js"
    class = "workflowNodeListView" // Not working
    style="position: absolute; top: 15px; left: 5px; right: 0px; bottom: 0px; width: 200px; height: auto; overflow: auto; margin: 5px;" />
 

« Last Edit: Nov 10th, 2016 at 8:21am by CrushJelly »  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint