Skip to content

D-Next - UI Engine for JS based on jQuery + Bootstrap, like JavaFX.

License

Notifications You must be signed in to change notification settings

develnext/dnext-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

D-Next Engine

UI Engine for JavaScript, based on jQuery and Bootstrap, like JavaFX.

Examples

var button = new UX.Button('Hello World');
button.size = [100, 30];
button.on('click', function () {
   alert('Hi!');
});

Implemented

  • UX.Node // base ui component.
  • UX.Labeled
    • UX.Button
    • UX.ToggleButton
    • UX.Label
    • UX.Checkbox
  • UX.TextInputControl
    • UX.TextField
    • UX.TextArea
  • UX.SelectControl
    • UX.Combobox
    • UX.Listbox
  • UX.ProgressBar
  • UX.ImageView
  • UX.Container
    • UX.AnchorPane
    • UX.VBox
    • UX.HBox
    • UX.ListView
  • UX.FragmentPane

About

D-Next - UI Engine for JS based on jQuery + Bootstrap, like JavaFX.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published