Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clinicaltrials
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
david Chavalarias
clinicaltrials
Commits
dd829918
Commit
dd829918
authored
Jan 13, 2016
by
PkSM3
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
click in tagcloud
parent
ad8b6d34
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
methods.js
tinawebJS/methods.js
+7
-1
No files found.
tinawebJS/methods.js
View file @
dd829918
...
...
@@ -274,6 +274,12 @@ function htmlfied_nodesatts(elems){
}
function
manualSelectNode
(
nodeid
)
{
cancelSelection
(
false
);
var
SelInst
=
new
SelectionEngine
();
SelInst
.
MultipleSelection2
({
nodes
:[
nodeid
]});
}
function
htmlfied_tagcloud
(
elems
,
limit
)
{
var
oppositesNodes
=
[]
js1
=
""
//'onclick="graphTagCloudElem(\'';
...
...
@@ -294,7 +300,7 @@ function htmlfied_tagcloud(elems , limit) {
if
(
!
isUndef
(
TW
.
Nodes
[
id
])){
// js1 js2
// onclick="graphTagCloudElem(' ');
var
jspart
=
'onmouseover="manualForceLabel(
\'
'
+
id
+
'
\'
,true)" onmouseout="manualForceLabel(
\'
'
+
id
+
'
\'
,false)"'
var
jspart
=
'
onclick="manualSelectNode(
\'
'
+
id
+
'
\'
)"
onmouseover="manualForceLabel(
\'
'
+
id
+
'
\'
,true)" onmouseout="manualForceLabel(
\'
'
+
id
+
'
\'
,false)"'
htmlfied_alternode
=
'<span class="tagcloud-item" style="font-size:'
+
fontSize
+
'px;" '
+
jspart
+
'>'
+
TW
.
Nodes
[
id
].
label
+
'</span>'
;
oppositesNodes
.
push
(
htmlfied_alternode
)
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment