by Rahul Singla | Sep 16, 2020 | ExtJs, ExtJs 6.x, ExtJs 7.x, ExtJs Modern
There are a couple of ways one can create password fields in ExtJs 6/7: Use the textfield component with its inputType set to password:https://docs.sencha.com/extjs/6.7.0/modern/Ext.field.Text.html#cfg-inputTypeOr use a passwordfield...
by Rahul Singla | Sep 15, 2020 | Drupal, Drupal 8.x, Drupal 9.x
Deletion of Drupal table rows via an Ajax call was never too difficult. You just add a controller callback: organization.person.delete: path: ‘/person/{person_id}/delete’ defaults: _title: ‘Delete Person’ _controller:...
by Rahul Singla | Sep 13, 2020 | Drupal, Drupal 8.x, Drupal 9.x
This blog post kicks off a series of posts where I am gonna quickly and tersely write about small-small problems we faced working with various platforms and provide quick solutions to them. As for this blog-post, we recently had a scenario where we needed to add a...
by Rahul Singla | Sep 12, 2020 | .NET 2.0+, .NET 4.0+, .NET 4.5+, ASP.NET, ASP.NET 4.0, ASP.NET MVC, C#
If you have landed on this blog post, good chances are you are having issues with cookies of your web application which are being blocked by recent browser versions. Our case was no different. We have an enterprise web application built on .Net which is deployed on a...
Recent Comments