Search found 8 matches

by linb
Wed Jul 17, 2024 3:56 pm
Forum: Tips and Tricks
Topic: Request for tip
Replies: 3
Views: 49

Re: Request for tip

Hi, I added an event for the dblclick: _treegrid1_ondblclickrow:function(profile, row, e, src){ xui.Dom.submit("https://google.com", {"q":row.cells[0].value}, "GET", "_blank"); } Once you dlblick a row, it will open a new tab, the first cell value will be in t...
by linb
Fri Apr 26, 2024 8:49 pm
Forum: Basic Issues
Topic: How to integrate TinyMCE into my UI?
Replies: 0
Views: 687

How to integrate TinyMCE into my UI?

xui.Class('App', 'xui.Module',{ Instance:{ // Dependency CSS Dependencies:[], // Required js Required:["//cdnjs.cloudflare.com/ajax/libs/tinymce/6.1.0/tinymce.min.js"], // To initialize properties properties : {}, // To initialize instance(e.g. properties) initialize : function(){ }, // T...
by linb
Wed Mar 06, 2024 9:20 pm
Forum: Builder/Designer Features Wanted
Topic: window behavior stretching cell phone
Replies: 3
Views: 845

Re: window behavior stretching cell phone

I noticed that you have 5 tabs, but hide all tabs except the first one, and you set "value" to 5th(hidden). .setItems([ { "id" : "a", "caption" : "Wanker Bell", "imageClass" : "xui-icon-xui", "closeBtn" : false }, { &quo...
by linb
Thu Feb 15, 2024 6:43 pm
Forum: Announcement
Topic: 2.52 - New versions released!
Replies: 0
Views: 866

2.52 - New versions released!

by linb
Thu Feb 08, 2024 4:48 pm
Forum: Builder/Designer Features Wanted
Topic: [ADDED in 2.52]Issue with CTRL+X/C/V/Z/Y Keyboard Shortcuts in CrossUI on Windows
Replies: 3
Views: 1518

Re: Issue with CTRL+X/C/V/Z Keyboard Shortcuts in CrossUI on Windows

CTRL+X/C/V/Z works in the code view but does not work for the design view. Do you mean using CTRL+X/C/V/Z to cut/copy a control, CTRL+Z/Y to undo/redo?
by linb
Tue Jan 30, 2024 4:47 pm
Forum: Basic Issues
Topic: CrossUI SPA Code Demo
Replies: 0
Views: 1061

CrossUI SPA Code Demo

// The default code is a module class (inherited from xui.Module) // Ensure that all the value of "key/value pair" does not refer to external variables xui.Class('App', 'xui.Module',{ Instance:{ // Dependency classes Dependencies:[], // Required modules Required:[], // To initialize prope...
by linb
Thu Jan 25, 2024 4:40 pm
Forum: Basic Issues
Topic: Welcome to phpBB3
Replies: 0
Views: 1058

Welcome to phpBB3

<t>This is an example post in your phpBB3 installation. Everything seems to be working. You may delete this post if you like and continue to set up your board. During the installation process your first category and your first forum are assigned an appropriate set of permissions for the predefined u...