JQuery Autocomplete #combobox not working with jquery DataTables - css

Requirement : I need editable drop down in my application similar to the one in the given here.
In my existing application I am using jQuery Data table within this table I need one of the column to be editable drop down.
For this I Googled it and found jQueryUI AutoComplete ComboBox,I gone through the demo and I changed it according to my requirement but I didn't find any changes.
Even I am not able to understand whether cause/problem is ude to Data Table or jQueryUI/autocomplete library.
FYI,
I have included
jquery-ui.js
jquery.dataTables.min.js (datatable)
js/jquery-1.9.1.js
css/style.css
if any one come across this problem please guide me.

Before configure this in your application ,please try this in a different file. i have tried this code and works . May be some other script files in your application affected this JQ.

Related

Dynamics CRM 2015 Creating a button to start a workflow

Hi I am currently trying to follow this guide:
https://ribbonworkbench.uservoice.com/knowledgebase/articles/132235-create-a-workflow-short-cut-ribbon-button-no-code
So that I can create a button on the ribbon in CRM to start a workflow. The idea being that the user will fill in part of the form and then request approval.
However I have ran into an issue which is that at one point I have to define the library for the command actions to use and the guide state that we must use the "/_static/_common/scripts/RibbonActions.js" and the "/_static/_forms/form.js" library.
However not having done this before I have no idea how to include the library in the solution, so nothing appears on the library selection screen. I have tried searching how to complete this step but to no avail. Any help would be greatly appreciated.
Thank you.
What I understood is that you are trying to call a workflow from javascript on click of a ribbon button. If you have any reference javascript assembly then both of them should be referred for the javascript method to work as expected.
Lets assume we have two different javascripts files like reference.js and actual.js And the button is supposed to call a method button_click from actual.js. In such a case we will be adding two commands as follows:
Library:reference.js and FunctionName:isNaN
Library:actual.js and FunctionName:button_click
This way the reference javascript also will be loaded and the method should be working properly. Hope I was able to address your query. Let me know if you have any questions or still the problem persists.
There is a possibility to enter plain text to library field instead of choosing from a selector.

Telerik - ASP.NET Multiple WYSIWYG issue

Using RadEditor (http://demos.telerik.com/aspnet-ajax/editor/examples/custommodules/defaultcs.aspx), when placing two of them on one page the following occurs:
The first one works perfectly.
The second one works but when styling or doing anything to it the HTML source is full of only plain text, no styling whatsoever.
Is there an issue using two RadEditor's with the one control even if they are uniquely named?
What possible solutions could I implement to fix this issue?
Thanks.
Well, what is the code that is causing the problem? Copying over several editors from the demo you linked has them working properly with me. Check your implementation for global variables or weird names (in function, variables, the module itself, etc).

Best approch to upgrade css classes in asp and aspx pages

I am working on website upgrade project (UI only ). This website has more than 5000 pages and 200 css files.
Basically In this project I have to replace old css classes with new css classes but this is not straight foreward. For some changes I have to modify HTML code with css class to achieve new UI look and fill.
I have identified type of changes required to migrate old page to new page. Total type of changes required are near about 15.
I am thinking about automating these 15 type of changes. Is there any tools(like html editor with regular expression support) available which will help me to achieve this functionality.
I am also thinking about developing c# based tool which will help me in achieving above changes but before that I want to know if any such kind of tool exists which will help in achieving the same.
Also if anybody worked on such kind of project then please share any other ideas.
Thanks in advance.
I think you could accomplish this by using the find-and-replace function in your code editor.
You could also keep the existing class names and replace their properties with your new class properties. With this method, you wouldn't have to edit anything but the CSS file itself.

Ext.Net LoadMode Merge

due to lack of documentation about this feature i can't find a way to do this. I am trying to use autoLoad with merge mode. I have a TabPanel in which each tab is supposed to open autoloading another page using merge mode.
i am aware that plain HTML does render, but pages including Ext.net components fail to render. In my child page i have a resource manager registered with RenderScripts set to 'None' Ext.Net examples page shows a merge mode example in that way.
Right now i get a 'Ext.net.Store is not a constructor' in the child page.
Is there any special parameter which needs to be sent in the loadConfig when doing the autoload? or are there any special elements besides resource manager needed on the child page?
Using <AutoLoad Mode="Merge" /> is very tricky. In general I'd say it should be avoided, with preference given to using 'XRender' functionality or <AutoLoad Mode="IFrame" />.
It's tough to say exactly what's going wrong in your code. Posting a simplified sample demonstrating how you have things configured and demonstrating how to reproduce the problem would be very helpful.

How can I customize FCKeditor with my own buttons?

I need to modify the open-source FCKeditor (not CKeditor) to allow users to select multiple files and upload them in one go (as opposed to selecting them one at a time).
I've found a way to provide the functionality - there are ready made components that can be used.
But how do I add custom buttons with custom functionality in FCKeditor. Anyone know?
Thanks a bunch.
[Revised question]
Finally got it working. I added a generic handler. It did not interfere with the working of the control.

Resources