Telerik ASP.NET ImageManager: Hide Elements - asp.net

After searching high and low for documentation and examples, I'm still stuck... so I'm hoping someone can help push me in the right direction.
I am using the "Image Manager" within the Telerik ASP.Net AJAX Editor.
I have everything working correctly, but there are 3 on-screen elements that appear in the image manager that I want to hide/remove.
New Folder Button
Current Path
Folder Tree
After much digging, I found a link under "Integration with SharePoint" that seems to show how to hide the "New Folder" icon: http://www.telerik.com/help/aspnet-ajax/moss-modifying_the_editors_built_in_dialogs.html
[Of course, my issue has nothing to do with SharePoint, but this is the best I could find.]
If anyone has any insight on what properties to change, specifically for the path and folder tree, I would greatly appreciate it!
Many thanks in advance.
I'll keep plugging away and certainly if I figure it out, I'll post it here so others can benefit, since I'm sure I'm not the only one who would want to do this.

To remove the new folder button register the external editor dialogs (the EditorDialogs folder), open the FileBrowser.ascx file and set EnableCreateNewFolder="false" in the RadFileExplorer's declaration
<telerik:RadFileExplorer EnableCreateNewFolder="false" ... />
Via the VisibleControls property of the File Explorer, you can hide also the TreeView,Toolbar,Grid and the AddressBox, i.e. to hide the folder tree and address bar do not set their values:
<telerik:RadFileExplorer EnableCreateNewFolder="false" VisibleControls="Toolbar,Grid" ... />

Related

I cannot select text on my website and the text input fields do not work

I've been having this issue for a couple of months now. It's been a thorn on my side.
If you go to mcgrathrealtyinc.com, you will notice that you won't be able to select or highlight any text and the text fields on the forms do not work.
I've already done the plugin compatibility test and changed themes, but I'm still having the same problem.
Can anyone help me please?
Thank you
I visited your site and inspected the event listeners and saw a file wprmenu.js using the mouseup eventlistener.
Blocking this file in the browser fixes the issue, the path of the file reveals the plugin name wp-responsive-menu
http://mcgrathrealtyinc.com/2017/wp-content/plugins/wp-responsive-menu/js/wprmenu.js?ver=1.0
I suggest replacing the plugin or contacting the support page here and asking if some can see what the exact problem is.

Drupal 6 Webform - Component rendered in wrong position

I'm adding a new component to a Drupal 6 webform. New 'select options' components are all rendered in the same area, no matter which position they are given in the backend. I've just added 'Area of Interest' as a listbox and as the first item of the webform. Check out where it ends up: [removed]
The site was set up by another development team so I'm not sure what the heck they did to Webform. Anyone know what they could have done? I'm going to have to recreate the webform from scratch otherwise.
Pic of my setup screen:
If you look at the html that your webform is outputting, it starts to make more sense.
The 'city' and 'area of interest' fields are both children of the 'webform-component-city' div, so they appear side-by-side. It's hard to figure out why this is happening without having access to your webform, but I hope it helps you in troubleshooting the issue further.
If you don't have firebug or other web dev tools installed on your browser to help you look at the html of your website, you still may be able to troubleshoot by just viewing the source on your webform....
Let us know if you have any other questions or if you figure it out!

Contentplaceholders in masterpage resizes

being new to asp I seem to be stumbling into a problem.
I have a masterpage with a table and several buttons. So far , so good.
When i go to a different file that uses my masterpage my contentholder changes it's size and that's not the way I wanted it ( for instance if I put in a label or some text). How do I prevent this from doing this?
For clarification I have got a screenshot.
The first screenshot is how I want it (look at the distance between home, trailer etc. and the title "DOCHTERS").
http://imageshack.us/photo/my-images/402/firstgu.png/
The second is what happens is I put in a label or another object (or even plain text ) of some sort(look at the distance between "DOCHTERS" and home, trailer etc.).
http://imageshack.us/photo/my-images/689/secondg.png/
Any idea why this is happening and how I can fix this?
Can anyone steer me in the right direction?
You may want to run this application and see if turns out right because sometimes its just something with the WYSIWYG engine of the IDE.

Creating a button in Orchard CMS

I have downloaded orchard version 1.1.30 and run it using Visual Studio Ultimate 2010. The problem is I do not know how to create a simple button which can redirect the user to a specific url when clicked.
I have searched for days and I have not come across anything that teaches how to create a button in orchard platform.
Hope someone could help me on this part :)
That depends entirely on how you want the button to appear. If you just want to place a button on a page, you can create a content zone with an HTML widget, then add the button to the HTML and link it to the URL you want it to go to.
Perhaps if you described in more detail what you want to do, it might help.

SharePoint masterpage css styles not showing for other users

I'm setting up a SharePoint Site where the masterpage is built using one of the existing masterpages as a starting point (Blue Band).
When I test the site while logged in as the super admin, everything looks fine. But if I log in as a general user the default masterpage shows as Blue Band again.
I'm guessing there must be some permissions problem where the new CSS isn't allowed to show. It appears to just be the CSS as the placement of elements is as per the new master page.
This usually happens to me when the CSS file is not published or approved yet. Where is your new CSS located? Have a look with SharePoint Designer or browse to it and publish/approve it.
Must be published as a major version.
To improve this question, if you are using an external CSS File, make sure it is not checked out to your Admin user or whoever was working on it.

Resources