ExtJS HtmlEditor Add Image Paste Plugin
Overview
Users requested the ability to paste screenshots directly into ExtJS HtmlEditor without saving the image locally first. This enhancement reduces the number of steps from seven to just two, significantly improving usability.
Implementation Details
By default, users had to folow a multi-step process:
Capture screenshot using QQ
Save ima ...
Posted on Fri, 22 May 2026 17:54:03 +0000 by joshbb
Getting Started with Ext.NET: Common Issues and Solutions
Common Issues and Solutions
1. TextField LabelStyle Property Not Working
This appears to be a bug in ExtJS itself, as Ext.NET generates standard ExtJS configurations based on your settings. Rather than being stuck with this limitation, I implemented the following workaround:
function applyCustomLabelStyle() {
$(".x-form-item-label" ...
Posted on Sat, 16 May 2026 12:44:27 +0000 by jeicrash
Ext.NET Dashboard Layout with Dynamic Tab Management and Modal Dialogs
This article concludes the Ext.NET dashboard layout series, focusing on practical client-side interaction patterns for enterprise web applications.
Core JavaScript Utilities
1. Dynamic Tab Creation
The following function adds or activates a tab in the central TabPanel, loading content via iframe with visual feedback:
function createOrActivateTa ...
Posted on Sat, 16 May 2026 09:00:07 +0000 by Bhoomika