mediawiki-extensions-Visual.../modules/ve/dm
Trevor Parscal 735ed96f5f Add ve.Action, ve.ActionFactory, subclasses
Moved implementation of all the tools into a reusable action
system. To execute an action just call

surface.execute( actionName, method, param1, param2, ... );

This helps keep tools simple, and opens the door to key commands
reusing the same code.

Change-Id: Ie786fa3d38d1ea17d39b5dfb8eeeb5f2256267ce
2012-10-26 14:44:17 -07:00
..
annotations
nodes Remove 'internal' property from DM nodes 2012-10-24 16:47:14 -07:00
ve.dm.Annotation.js Fix annotation object creation in SurfaceFragment 2012-10-24 16:47:04 -07:00
ve.dm.AnnotationFactory.js Standards: Fix global variables and pass JSHint. 2012-10-23 00:53:48 +02:00
ve.dm.BranchNode.js Remove 'internal' property from DM nodes 2012-10-24 16:47:14 -07:00
ve.dm.Converter.js Wrap inline elements properly 2012-10-17 13:50:29 -07:00
ve.dm.Document.js Merge "Documentation fixes" 2012-10-25 21:19:05 +00:00
ve.dm.DocumentSynchronizer.js DocumentSynchronizer fix and cleanup 2012-10-25 11:02:58 -07:00
ve.dm.js
ve.dm.LeafNode.js Remove 'internal' property from DM nodes 2012-10-24 16:47:14 -07:00
ve.dm.Node.js Add ve.dm.Node.hasAttributes() 2012-10-26 14:42:40 -07:00
ve.dm.NodeFactory.js
ve.dm.Surface.js Add ve.dm.Surface.has{Past,Future}State, add docs 2012-10-26 14:43:09 -07:00
ve.dm.SurfaceFragment.js Add ve.Action, ve.ActionFactory, subclasses 2012-10-26 14:44:17 -07:00
ve.dm.Transaction.js Guard transactions against double commit/rollback 2012-10-24 17:47:41 -07:00
ve.dm.TransactionProcessor.js Merge "Actually use nodeOuterRange, selectNodes() has provided this forever" 2012-10-25 18:00:15 +00:00