tinyMCE dropdown menu disconnected from 'add hyperlink' modal - c#

I am working on a project bug where my tinyMCE 'Add Hyperlink' dropdown isn't showing up unless I'm zoomed out to at least 67% (Chrome). I see that there's a dynamically added inline style on the dropdown menu container but I don't know where it's being applied, and I've combed through as many files as I can. I can see in the tinyMCE code where other types of declarations are made, like how the menus are formatted, etc, but nothing to show me where this particular I am using tinyMCE 4.7.7, the link & anchor plugins, Bootstrap 3 & jQuery in a C# MVC project. I previously had issues between two projects having inconsistent bugs due to different versions of tinyMCE's jQuery, so that is a possibility. Any help or ideas are appreciated - thank you!
1:

After a little digging, it turns out there was a .mce-menu {position: relative;} that was overriding the position: absolute that determined the dropdown's appearance. Solved my own problem!

Related

How to enable Telerik RadGrid UI setting

I have a C# project that is attached to a sql database. I needed some advance settings in GridView so my friend helped me use a Telerik.WinControls.UI.RadGridView which is good for my purpose but for some reason while it works perfectly on my friend's system, it seems to be missing some things in mine. I have Telerik UI for WinForms Q3 2015 SP1 installed on my system but I cannot "select" the gridview in my form and the "UI setting" doesn't appear on the top right of the gridview. If I need to see the properties of the view I have to choose it from the above list in properties tab. I can use a few of the options in the properties tab to edit the GridView UI (like for example column ) but it does not have everything I need. Can anyone help me about this? Why my GridView is disabled while it works perfectly in my friend's system?
Here you can find an answer to your question: RadControls for WinForms are not loaded at design-time

Adding User Controls To Web Page in VB.Net Web App

I have followed the setup instructions at this link Adding Controls to a webpage
However, for the 2 weeks that I have been studying vb.net, I have yet to be able to add a drag and drop form or control element on the page as all options are grayed out...even while in design view. Is there a setting I am overlooking? It doesn't make any sense that there would be tutorials on how to do the exact thing I am trying to do, but for some reason, it does not allow me to do it on my setup. Please help!?
Ok...rookie mistake. I figured it out. I was still running and debugging the application. Must stop the application from running and then all form controls become "addable".
Hope this saves someone time.

Visual Studio: Typing code vs. drag and drop from the control menu

I tried creating a gridview by typing code using another block of code on a different page as an example. I found that, when I ran the program and clicked the Edit button on a row, the fields did not change into textboxes for editing. I did have code to handle the Row Editing event.
In an earlier project I found that I had to double-click the Row Editing event in the Properties window for a gridview to create the event handling code. Typing in that code in the separate aspx.cs file did not work.
I am working with ASP.Net / C#.
What is going on with Visual Studio when I do drag and drop from the control menu as opposed to just typing in code? I am assuming it is adding something that I am missing when I am just typing.
Does anyone else have other examples that didn't work when they typed code that I should watch out for?
Even if you did a mighty good job copying the HTML, you likely still missed a few properties. That's because the GridView component comes with a bunch of so-called Design-Time properties that can (only) be configured from the Properties panel in Visual Studio.
I think you'll find that dragging a control from the toolbox onto your web form will set the control's design-time properties to a specific set of default values. This does not happen when you type the HTML by hand.

Is it possible to change the GUI of a checkbox in C#, asp.net?

I tried searching but can't find any answer to my inquiry.
Here goes.
I want to change the GUI of the checkbox in a CheckBoxList, using asp.net and C#.
For example, I would like to see a ([] unchecked state) ([x]checked state)
instead of the standard checkbox.
1.Is this doable in C# asp.net, webform?
I've found a tutorial on WPF Styles and Control Templates, but this is all new to me, it
says I have to use MS Silverlight, and coding within the control template of an .xaml file.
2.Is this the only solution?
3.I've noticed how to add tags while writing down my question, can someone tell me how this is implemented? (This is the end result I had in mind)
Due to spam prevention, I can't post images, please see link:
http://i50.tinypic.com/2dvqzc3.jpg
Thanks for your time.
There could be various ways depending on what and how you want to achieve the effect.
1. CSS
2. Custom control from scratch
3. JQuery
Please check some links provided below
Change Style/Look of Asp:CheckBox using CSS
ASP.NET checkbox with custom design
http://blogs.digitss.com/javascript/jquery-javascript/jquery-fancy-custom-radio-and-checkbox/
code.google.com/p/jquery-checkbox
Hope that helps

Autocompleteextender in Ajax has a position issue in IE8

I am working on AutocompleteExtender using ajaxControlToolkit. I have it working great in all the browsers except for IE8. IE7 works good too. The list that i see when i start typing in the textbox is not shown under the textbox. Instead you see the list somewhere else. I started to change values using firebug and realized "position:absolute" has to do something. So i changed it to fixed and it worked fine. But to change the position to fixed in the code, i don't know where that part of the code exits. Can someone help me so i have the list showed right under the Textbox.
This is in c# 2.0 using VS 2005.
Thanks a lot in advance!!
I have used the autocomeplete extender for ACT, and I have since moved to the JQuery option. The functionality is very similar, but it is much more customizable when it comes to styling and cross browser support. Take a look at it here:
http://jqueryui.com/demos/autocomplete/

Categories

Resources