JQGrid on Bootstrap 4 (which was officially released) - jqgrid

Does anyone know if jqgrid will integrate with the officially released version of Bootstrap 4?

The current code of free jqGrid on GitHub supports released version of Bootstrap4. One need just use guiStyle: "bootstrap4" instead of guiStyle: "bootstrap4" (see here). Additionally, one should don't forget to use full jQuery, like jquery-3.2.1.min.js, instead of slim version (jquery-3.2.1.slim.min.js).

Related

Node Slack SDK. RTM disconnecting event

Tell me which analogue for the:
rtm.on('disconnected', () => {...})
, which was in version 3, is in version 4?
And where you can find a list of events that can be intercepted by rtm.on(...) ?
In version 4.x the 'disconnected' event is similar to the 'disconnect' event from version 3.x.
The full list of events (and the translation from v3 to v4) is available in the migration guide.
I highly recommend using the latest version. The project will soon be transitioning to version 5.x, so using 3.x will keep you further away from all the improvements. I also recommend reading the whole RTM Client section of that migration guide.

What's up with version 2.3 of event drag

The Wiki page lists and links to version 2.2 of event drag library (threedubmedia.com).
However, the examples point to version 2.3, hosted in 6pac.github site.
What is this version about? Where does it come from? Can anybody give some information about it?
It's my repo. So for v2.3, we (#lfilho did these changes I believe) simply took 2.2 and updated it to be compatible with jQuery 2 and 3.
ThreeDub weren't involved, and the 2.2 version remains the latest release from them.

how to use CKEditor 4.5.7 in a ASP.net project

i am highly confused why i cannot intergrate the latest version of CKEditor in a ASP.net website. Which coding technologies is the 4.5.7 version comapible with (ie: php/jsp/ect)?
Isnt CKEditor for any HTML page?
Currently the latest ASP.net version is 3.6 which lacks support from many new plugins.
I made a quick test:
download and decompress the .Net package from CKEdit site (3.6);
download the latest version of the javascript files (4.5.7);
check that the samples provided with the .Net package work fine;
rename the ckeditor folder in the solution and copy the new one downloaded from the site;
clean the solution and rebuild the projet, and check if it works fine;
replace the occurrences of the "kama" skin to the newer "moono" as the former one is replaced by the other in the 4.x version;
like this, it seems to be working just fine
Do you have specific issues I can look into?
HTH
You add CKeditor.js javascript to your pages and call CKEDITOR.replace('id-of-textarea-here');
You don't need any ASP.NET specific packages.

Jqgrid license (with MIT/GPL v2) Vs Guriddo jqGrid JS (Creative Commons License)

I am using jqGrid 4.5.4 version in my development Env for a website application
and want to use the same version when I publish my the application in commercial website.
My doubt is, recently I saw The latest version of Guriddo Jqgrid 4.7.1 and its New license
Creative Commons License.
please tell me can I use the Jqgrid Version 4.5.4(under MIT/GPL License) in commercial website now?
Can I use Jqgrid versions prior 4.7 are with MIT/GPL v2 license in commercial website now?
You can sure continue to use 4.5.4, 4.6 or 4.7 in your commercial website under MIT/GPL License. The versions 4.7.1 and 4.7 are practically identical (see all the differences here). You can download from here the 4.7.0 version and see the lines with the license agreement. You can compare there with the lines of minimized file of jqGrid 4.6. The version 4.7.0 was published Dec 8, 2014. Some days later Tony have changed the licence and published 4.7.1 Dec 16, 2014.
So you are can use all versions up to 4.7.0 under MIT/GPL License.
MIT License allows to make changes in the code. So everybody can modify the code of 4.7.0 and provide the results under MIT/GPL License for free.
For example I made a lot of changes. You can download the corresponding code from here. I plan to create the corresponding documentation and to publish new free version of jqGrid under the name "free jqGrid" very soon. You can see the preliminary version of the docuemtation here.
UPDATE: It's published currently two release versions of free jqGrid: 4.8.0 and 4.9.0 which included many new features and improvements. As the documentation you can use many wiki articles. I will use 4.x.y conversion for the version numbers, because I want to hold the compatibility to the old 4.x versions of jqGrid. I still hope to find the time for writing more detailed documentation. :-)
I published release versions of free jqGrid on two public CDNs: cdnjs and jsDelivr. So everybody can use the corresponding URLs in you projects. One can use additionally the URL to the latest sources from GitHub like it's described here, but I recommend don't used it in production.
I published free jqGrid additionally on three well knows repositories: NuGet (use Install-Package free-jqGrid to install), npm (use npm install free-jqgrid to install) and bower (use bower install free-jqgrid to install).
I hope that all above simplifies the usage of free jqGrid for everybody. Additionally I implements typically very quickly fixes for all bugs posted as issue. Everybody can scroll over closed issues to see the time of reaction on the reported problem. Please provide the demo which reproduce the problem, if it's possible, or post JavaScript code and the test case which can I use to reproduce the reported problem. I hope I could hold the same quick reaction time in the future too.

Joomla component upgrade with custom code

My client purchased a Joomla component, the comoponent need a customization in both front end and back end.
But his requirment is, custom code in front end and back end to be upgrded while upgrading original component.
Example : I bought a component from a company XYZ and the component name is joomla_events, current latest version is 2.0. I done the customization in the version 2.0. Later on the company releases new version 3.0, If the client upgrade the component from version2.0 to version 3.0 then the custom code in the version 2.0 also updated in version 3.0
Please help to do the custom code upgrade in Joomla component.
This is why editing core files is never recommended, because it gets overridden when updated and people then start to have problems.
A simple answer to your question is, you can't have the custom code you added into version 2.0 appear in version 3.0.
You will need to re-add the code you added before. Yes, it is pain taking and annoying, however you would have been better in the first place to develop a plugin which could have been used to extend the component and would make upgrading easy. Not only will you have to add your code again, but you will need to thoroughly test it to ensure it works.
check this may be it helps you....
http://docs.joomla.org/J2.5:Managing_Component_Updates_(Component_release_files)

Resources