How to Customize pages as per user's requirement
-
i need customized web pages in which user can indicate his changes. he can draw pointer or rectangle/ellipses indicating the changes on that particular place and he can also write text in that rectangle. This is my first Question to this portal and hope that i will get satisfactory answer.. Thanks in Advance Mehul Makwana Baroda
-
i need customized web pages in which user can indicate his changes. he can draw pointer or rectangle/ellipses indicating the changes on that particular place and he can also write text in that rectangle. This is my first Question to this portal and hope that i will get satisfactory answer.. Thanks in Advance Mehul Makwana Baroda
Well, you need a ton of javascript to create a client side engine for drawing out UI, and a system for storing out what was drawn, and recreating it. Hooking it up to events and stuff as well means you have a ton of work to do.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
i need customized web pages in which user can indicate his changes. he can draw pointer or rectangle/ellipses indicating the changes on that particular place and he can also write text in that rectangle. This is my first Question to this portal and hope that i will get satisfactory answer.. Thanks in Advance Mehul Makwana Baroda
-
Well, you need a ton of javascript to create a client side engine for drawing out UI, and a system for storing out what was drawn, and recreating it. Hooking it up to events and stuff as well means you have a ton of work to do.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
Thanks a lot dear.. I have found one Jscript for the same. but not implemented yet.. Actually i need my user to be able to do any kind of artwork on the page he is viewing. He can simply modify existing test pages and i can see the modification he suppose wanted in that page..