Skip to content

Commit 8b11199

Browse files
author
INFRAGISTICS\TIliev
committed
Added tile manager images. Fixed tile manager's AngularJS sample.
1 parent 99b91e4 commit 8b11199

7 files changed

Lines changed: 6 additions & 5 deletions

File tree

HTMLSamples/tile-manager/angular.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
</head>
8888
<body class="container">
8989
<div ng-app="sampleApp" ng-controller="tileManagerController">
90-
<ig-tile-manager id="dashboard" data-source="data" margin-left="10" margin-top="10" right-panel-tiles-width="200" right-panel-tiles-height="156" class="dashboard" maximized-state='<h3>${name}</h3><img src="${picture}" title="${name}" alt="error" /><p class="text">${text}</p><div style="clear: both"><span class="color">Skills:</span></div><ul class="skills"></ul><div class="linkedIn"><span class="color">LinkedIn:</span> <a href="${linkedin}" target="_blank">http://www.linkedin.com/profile</a></div>' minimized-state='<h4>${name}</h4><img src="${picture}" class="minimized" title="${name}" alt="error" />'>
90+
<ig-tile-manager id="dashboard" data-source="data" margin-left="10" margin-top="10" right-panel-tiles-width="200" right-panel-tiles-height="156" class="dashboard" maximized-state="<h3>${name}</h3><img src='${picture}' title='${name}' alt='error' /><p class='text'>${text}</p><div style='clear: both'><span class='color'>Skills:</span></div><ul class='skills'></ul><div class='linkedIn'><span class='color'>LinkedIn:</span> <a href='${linkedin}' target='_blank'>http://www.linkedin.com/profile</a></div>" minimized-state="<h4>${name}</h4><img src='${picture}' class='minimized' title='${name}' alt='error' />">
9191
</ig-tile-manager>
9292
</div>
9393
</body>

data-files/candidates.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,27 @@ var dataSource = [
44
{description: 'JSON'},
55
{description: 'HTML'},
66
{description: 'JSLint'}
7-
], picture: '../../images/samples/tile-manager/450px-Douglas_Crockford.jpg', linkedin: 'http://www.linkedin.com/groups?gid=3165057&trk=group-name'
7+
], picture: '../../../../images/tile-manager/450px-Douglas_Crockford.jpg', linkedin: 'http://www.linkedin.com/groups?gid=3165057&trk=group-name'
88
},
99
{name: 'John Resig', text: 'John Resig is the Dean of Computer Science at Khan Academy and the creator of the jQuery JavaScript library. He\'s also the author of the books Pro JavaScript Techniques and Secrets of the JavaScript Ninja. Currently, John is located in Brooklyn, NY and enjoys studying Ukiyo-e (Japanese Woodblock Printing) in his spare time.', skills: [
1010
{description: 'JavaScript'},
1111
{description: 'JSON'},
1212
{description: 'HTML'},
1313
{description: 'jQuery'}
14-
], picture: '../../images/samples/tile-manager/3450728563_69b0bd0743_m.jpg', linkedin: 'http://www.linkedin.com/groups?viewMembers=&gid=100943&sik=1360507269893&goback=%2Eanp_100943_1360507269892_1'
14+
], picture: '../../../../images/tile-manager/3450728563_69b0bd0743_m.jpg', linkedin: 'http://www.linkedin.com/groups?viewMembers=&gid=100943&sik=1360507269893&goback=%2Eanp_100943_1360507269892_1'
1515
},
1616
{name: 'Bill Gates', text: 'William Henry "Bill" Gates III (born October 28, 1955) is an American programmer, inventor, business magnate and philanthropist. Gates is the former chief executive and current chairman of Microsoft, the world\'s largest personal-computer software company, which he co-founded with Paul Allen. He is consistently ranked among the world\'s wealthiest people and was the wealthiest overall from 1995 to 2009, excluding 2008, when he was ranked third; in 2011 he was the wealthiest American and the second wealthiest person. During his career at Microsoft, Gates held the positions of CEO and chief software architect, and remains the largest individual shareholder, with 6.4 percent of the common stock. He has also authored and co-authored several books.', skills: [
1717
{description: 'Entrepreneurship'},
1818
{description: 'VB'},
1919
{description: 'Operating Systems'},
2020
{description: 'Programming Languages'}
21-
], picture: '../../images/samples/tile-manager/220px-BillGates2012.jpg', linkedin: 'http://www.linkedin.com/company/8736?trk=tyah'
21+
], picture: '../../../../images/tile-manager/220px-BillGates2012.jpg', linkedin: 'http://www.linkedin.com/company/8736?trk=tyah'
2222
},
2323
{
2424
name: 'Jon Skeet', text: 'Author of C# in Depth. Currently a software engineer at Google, London. Usually a Microsoft MVP (C#, 2003-2010, 2011-)', skills: [
2525
{ description: 'C#' },
2626
{ description: '.NET' },
2727
{ description: 'Java' }
28-
], picture: '../../images/samples/tile-manager/jonskeet.jpg', linkedin: 'uk.linkedin.com/pub/jon-skeet/0/800/ba3'
28+
], picture: '../../../../images/tile-manager/jonskeet.jpg', linkedin: 'http://uk.linkedin.com/pub/jon-skeet/0/800/ba3'
2929
}
3030
];

gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ var dist = "./dist",
1010
copySrc = [
1111
"./css/**/*",
1212
"./js/**/*",
13+
"./images/**/*",
1314
"./data-files/**/*",
1415
"./data-files-ja/**/*"
1516
],
18.4 KB
Loading
24.1 KB
Loading
32.2 KB
Loading

images/tile-manager/jonskeet.jpg

5.85 KB
Loading

0 commit comments

Comments
 (0)