Internationalize t inputFileupload Browse Button - internationalization

How to internationalize browse button in fileupload component?
I’m using t:inputFileupload and i searched it in net but not able to find a solution.
Please give me one solution.
Thanks in advance.
Ramesh

The only ways are:
create your own (i.e.) Flash control
set this control transparency to 100% and place your own button on it ("skin" it specifically)
This is unfortunately HTML limitation.

Related

How to add RichText editor to a page as component in HippoCMS?

I'm creating some project using HippoCMS 10 and I need to add RichText editor as part of the page, so that customer can use it and fill something there. This editor must act exactly the same way as in Document Editor (customer can click Image button in toolbar and select image from ImagePicker dialog box).
Can't find anything about it in HippoCMS official documentation. I learned how to create custom plugins and how to integrate CKEditor into page separately, but for image picking, I need default behaviour as in Hippo.
How can I achieve this? Any help will be appreciated!
I think your question was answered on the community group. The answer there was:
"it should be quite easy to have a CKEditor in the website.
However, it doesn't really make sense to me to have site visitors able to pick CMS documents and images from the site. The picker dialogs are designed to work inside the CMS only. You should be able to create your own picker dialog that can read from a REST service that exposes the images/documents.
I don't think it will be possible to reuse the CMS picker dialog in the site."
and
"your use case is fine, when I said "it doesn't really make sense", I was really referring to the technical limitations of the pickers. You should be able to achieve what you want with a custom dialog that plugs into a REST service though. Unfortunately there is no quick solution for this that I can think of."
Just adding this for future reference.

Auto-Complete list for contact for wp8

I don't know how to get the auto complete list of contacts when the user types anything in the textbox. I am not getting any idea for this. I have researched a lot of places but could not achieve anything. I have also added an image for example. Can anyone help me with this?
I would recommend considering AutoSuggestBox control for WP8.X. https://msdn.microsoft.com/library/windows/apps/windows.ui.xaml.controls.autosuggestbox.aspx
There's a link for AutoComplete control for WP7:
Auto-Complete list for contact for wp7
And there's how to access contact data from your code:
https://msdn.microsoft.com/en-us/library/windows/apps/hh286416(v=vs.105).aspx

kcfinder not showing tab in ckeditor

I installed CKEditor and KCfinder the way it's described on their pages. Now CKEditor is showing up nicely and works well, but KCfinder isn't showing up in the CKEditor images tab. I did everything according their manuals/installation guides and searched on the internet for other ways to implement KCfinder. I could'nt find a single guide that really worked or one that describes my problem.
Is there anyone who faced the same problem and solved it or possesses the right knowledge to help me out of this frustrating situation?
I really appreciate every single input. I'm quite new to web developing and Stackoverflow is such an amazing platform and knowledge database for me as a newbie!
Thanks in advance!
If you're referring to the "Upload" tab and the "Browse Server" button missing from CKEditor's Image dialog, I would ensure that the paths are correct for your integration.
http://kcfinder.sunhater.com/docs/integrate

CTaskDialog hyperlinks in vc++

Hi I am using CTaskDialog class in my MFC application. I am trying to customize it.
In this if i want to add hyperlinks, as of now there is no specific provision for this. But to add the buttons we can use "AddCommandControl" and can handle the button.
If I want to implement similar to this AddHyperlinkControl and want to handle can any suggest how i can achieve it. My goal is I want to handle the click event of that hyperlink. Please share your suggestions if any one tried this.
Hi I am mainly looking for button alternative with hyperlink. Please share your suggestions.
Thanks a lot.
Haranadh.
If you would want to have a hyperlinks in a dialog and would want to handle the click event on it, You should be using SysLink common control (CLinkCtrl)... Check this out -> SysLink common control

Modal popup in Classic ASP?

I write in .NET and in classic ASP.
I want to create a modal popup in ASP, like in .NET how the parent page can be disabled and turned a different color.
Is this possible in ASP?
Or is there no easy solution to get this done?
If possible...how?
You're going to use Javascript to make something like that, I'd recommend you use jQuery. There is a lot of prebuilt libraries to help you do that.
For the modal box, you might start with the jQuery Dialog.
Just use a javascript library to do this. jQuery is a popular choice and there a number of plugins to do this.
jqModal
thickbox
Yes, of course, but if you are writing the Javascript yourself, you can just create a hidden DIV tag that has the same exact page rendered, but with a 15% gray - transparent .gif file that sits on top of what is displayed. Then you change that DIV tag to visable when the Modal dialog is launched, and change it back when it's closed. Simple.
There are some great JS libraries out there that can help you.
I like jQuery and YUI for their ease of use.
Try this link and look around at some of their Panel offerings.. all of which have a Modal setting that will grey out the background.
http://developer.yahoo.com/yui/examples/container/panel-loading.html
Good Luck~
" how the parent page can be disabled and turned a different color"
You can use the ibox javascript, I have used it with good results.
http://www.ibegin.com/labs/ibox/
I'd put a vote in for stickywin from the clientcide site. Its all Mootools bases and very sweet to use.

Resources