|
|
Browse by Tags
All Tags » JavaScript
Showing page 1 of 3 (28 total posts)
-
This is Part 3 of a multi-part blog series.
The OnDemand method
The Interval method
The Interval Opacity method
On the previous two slider examples, I used a YUI slider that had a range from -100 to 100, with a total of 201 possible values. Both of these examples still have some disconnect from the action ...
-
This is Part 2 of a multi-part blog series.
The OnDemand method
The Interval method
The Interval Opacity method
On the previous slider example, I used a YUI slider that had a range from -100 to 100. This is a total of 201 different combinations for one image dialog, and that's about 10-20 times more ...
-
This is Part 1 of a multi-part blog series.
The OnDemand method
The Interval method
The Interval Opacity method
One of the most common dialogs in an image editor application is the slider with preview. When you move these applications over to the Web, you end up losing some of the user experience because of the asynchronous ...
-
Over the past 15 or so years, I've edited and created a thousands of images. I almost always use a mask for something, and it's very rarely only rectangular. I have a need for doing this on the web, natively in the browser, and I might not be the only one.
With JavaScript and the DOM, you can create a series rectangles that represent ...
-
I have checked the Custom Triangle Annotation in the windows application. I would like to have the Triangle Annotation in the Web Application. I copied the Custom Triangle annotation related file to the Web Application and made changes as per the Hilite custom annotation, but it does not work.
Please let me know how to achieve this.
-
I came across an interesting problem with Internet Explorer and Safari this week:
I wanted to take an arbitrary html element that had been created on a page, and send it to an iframe that was on the same page.
I created a simple test page with an iframe, a div tag, and a button. After a few lines of JavaScript, I had it working in ...
-
You could use an if - else block and a tooltip to do this:
On the server side, set all redaction tooltips to ''redaction'', and on the client side:
function OnAnnotationRightClicked(e){ if (e.annotation.getToolTip() != 'redaction'){ // show menu } else{ ...
-
TitleBar is not persisted from a RemoteInvoke.
You can change this property on the client side by using this:
WebImageViewer1.setTitleBar('New Text Here...');
-
One of the easiest usability improvements that can be made to an imaging application, is the ability to hide the thumbnails from view when they are no longer needed. Most users would prefer to see as much of the image, and as little of the application on the screen as possible.
Using YUI's Animation Utility, you can accomplish ...
-
I think the subject speaks for itself, but I'll ask anyway.
How do I implement PDF viewing on the clientside?
Thanks
1
|
|
|