In my java application, I wanted to add cross-reference to an image but MS word allows it only through an image caption so I was trying to add a caption to an image with the help of wordML.
I can see that wordML allows user to add captions to a table but it doesn't seem to have such an option available for images. Can someone suggest something here?
Related
Hi there, how can i display image here(its example place on the photo but it will be nice if i can put image here) from field Image but not after saving but live(when i paste url then display preview). I dont have any idea how to do that so the last thing is to write a question here.
Looks like you should use custom admin templates, then use JavaScript
I want to display lots of images . Which wx widget is best for this purpose?
Please click here to see the desired GUI. Also if panel is to be used then how to attach a scrollbar to the panel.
Any sample code/reference would be highly appreciated.
I would look into ThumbnailCtrl.
Just play with the example provided in the link. Put the script in a folder containing images and then run it to see it in action.
Is there a django wysiyg editor I can control its image?
I want to set a default image size and use the image as a thumbnail as well.
all wysiyg contents are represent like {{content}} since in model it's set like
content=some Wysiyg field()
The one I want to do is {{content.image}} and play around with that image.
Is there any way I can do that? right now this is the one I'm using, but I'm willing to change to the one I can control image with.
try django-ckeditor, redactor it's more simple but redactor itself isn't free and i think ckeditor is more flexible in the configuration
In Sitecore's Rich Text Editor we can add an Image. After adding the image if we right click on it, we get an option "Image Map Editor".
Q1: Where in the Core(Desktop View) can i find this fucntionality/button ?
Q2: How can i bind/link this functionality to a custom button that i built for an image component("Add Image Map" button) ?
The Image Map functionality is part of the Telerik RadEditor control, not Sitecore functionality so it's unlikely you will find any settings for this in the 'Core' database.
If you're looking to extend the default Image field then be aware that Image Map adds lots of additional markup that would not integrate well into the Image field, you would need something much more custom. Add an image to the RTE field and then edit the image map properties to see the markup that is generated. I don't think there are any Telerik controls that just provide Image Map functionality (and you would need a license anyway) but no doubt there are plenty of javascript-based plugins available should you wish to integrate.
The easiest solution may be to just use an RTE field and remove all the other toolbar buttons (usig a custom RTE Profile) except the "Insert Sitecore Media" option.
im new to umbraco and doing the maintenance for this site which i come across.i want to select the image from my Media folder,my banner from image 1 to 5 works fine (which done by someone else) however i want to put the banner for image6 which doesn't not works fine.cant locate the image logo.i have the image(banner6) below.the id:7745 which i guess since i follow the id from the last image..
thanks in advance
You can't guess the image ID, you need to look it up in the Media section. When you hover with your mouse over the media-item in the media-tree, you can see the ID of the media in the lower left corner:
In this case the Id of the image is 6508 and this is the Id that should be used if you want to display images hardcoded
i have been able to solve my problems, since im using Umbraco V3, all i have to do is insert that image into one of the Content Page for testing from there i can get the ID for that image and then i write the code using that ID..it works fine.