This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 128385 - More powerful js templates
Summary: More powerful js templates
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-26 00:54 UTC by _ tboudreau
Modified: 2014-01-16 10:29 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2008-02-26 00:54:01 UTC
One thing that would make our js support more compelling is much more powerful templating.  In other words, there are some common patterns for things 
people do in Javascript - show a popup, do something to the DOM on mouseX events, etc.  If we could make it easy to check a few checkboxes and say "I want 
to make a component that responds to event X" - kind of the way Matisse does by letting you add event handlers - and leave them empty or with commented 
out code, that could add a lot of value.