Home
last modified time | relevance | path

Searched refs:getLabelStyle (Results 1 – 1 of 1) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
DExtensions.js4594 function getLabelStyle(properties, noLblStyle) function
5642 title.style += getLabelStyle(p.Title, isLastLblHTML);
7472 dialog.style += getLabelStyle(p.DialogTitle, isLastLblHTML);
7474 dialogText.style += getLabelStyle(p.DialogText, isLastLblHTML);
7476 cancelButton.style += getLabelStyle(p.Button_0, isLastLblHTML);
7478 okButton.style += getLabelStyle(p.Button_1, isLastLblHTML);
7502 dialog.style += getLabelStyle(p.DialogTitle, isLastLblHTML);
7510 cancelButton.style += getLabelStyle(p.Button_0, isLastLblHTML);
7515 okButton.style += getLabelStyle(p.Button_1, isLastLblHTML);
7531 prevDate1.style += getLabelStyle(p.Label_1, isLastLblHTML);
[all …]