Skip to main content
Privacy
Contact
How to enable Javascript
Sign Up
Log in
Welcome to the Ninox community
Search all topics or
ask a question
Learn and Share
Get help
Service status
Documentation
Setup
Databases
Automation
My account
Administration
Webinars
Overview
Profile
Sean
Sean
1760
79
0
Joined: Tue Jul 31 23:45:13 UTC 2018
Follow
Coding Dart/Flutter in my spare time
My Posts
Latest Posts
Re: CSS hacks for UI design
@Vermaji I wouldn't modify the style for any HTML tags - https://developer.mozilla.org/en-US/docs/Web/HTML/Element - because that can, as you found out, affect the whole Ninox UI.…
Sean
Sean
5 mths ago
Get help
Reported - view
Re: CSS hacks for UI design
@Vermaji said: I want to design my dashboard like the one above and show charts on the right side instead of the Table view. I don't have any experience with charts.…
Sean
Sean
5 mths ago
Get help
Reported - view
Re: CSS hacks for UI design
@Vermaji I will look at it today and see what I can do.
Sean
Sean
5 mths ago
Get help
Reported - view
Re: Ninox data schema
@Jacques TUR I don't know how much time I can dedicate to this, but I'm interested.
Sean
Sean
5 mths ago
Learn and Share
Reported - view
Re: Field labels in RED color
@Vermaji Hi, @Vermaji said: It's just that this code changes the background colour and the label colour for all the required fields on the form right from the start i.e when a new record is added.…
Sean
Sean
5 mths ago
Get help
Reported - view
Re: Field labels in RED color
@MZ Happy to help when I can. The following works: .nx-input--placeholder { text-align: center; } Have a nice weekend as well.
Sean
Sean
5 mths ago
1
Get help
Reported - view
Re: Field labels in RED color
@Mel Charles This thread originally started with a request to change the colors for Required fields. If you don't need that then you can just delete those lines. Try this for the Date field .form .…
Sean
Sean
5 mths ago
Get help
Reported - view
Re: Change the row height in views on Dashboard
At this point, I don't know how it would not be possible with just CSS. Ninox builds the Table HTML using the top property to place the rows vertically.…
Sean
Sean
5 mths ago
Get help
Reported - view
Re: Change the row height in views on Dashboard
@Mel Charles said: They asked me to send over some image evidence that you can alter the table row height. Wow, that is a head scratcher!
Sean
Sean
5 mths ago
Get help
Reported - view
Re: Field labels in RED color
@Rafael said: now when place the date go to normal field Do you want this to happen?
Sean
Sean
5 mths ago
Get help
Reported - view
Re: Field labels in RED color
@Rafael would you please post your code and let me know what you are trying to achieve.
Sean
Sean
5 mths ago
Get help
Reported - view
Re: Field labels in RED color
@Mel Charles Layout fields have to be counted as well. If you have Headers, Spaces, Line breaks, etc., they will need to be counted. By the way, much of my learning is by trial and error
@Rafael…
Sean
Sean
5 mths ago
1
Get help
Reported - view
Re: Field labels in RED color
@Sotirios Zormpas if you precede your class list with .form like my example for Mel, it will only affect the elements on your form and not other elements in the app's UI
Sean
Sean
5 mths ago
1
Get help
Reported - view
Re: Field labels in RED color
@Mel Charles This is the only solution I can find right now html(" <style> .form .component.editor.editor-string:nth-child(2) .nx-input, .form .component.editor.editor-string:nth-child(2) .…
Sean
Sean
5 mths ago
Get help
Reported - view
Re: Field labels in RED color
Hi @Rafael I don't post solutions that don't work for me at the very least. I have attached a simple demonstration database with two date CSS options. I understand the hardcoded date example is not…
Attachment
Sean
Sean
5 mths ago
Get help
Reported - view
Re: Field labels in RED color
@Sotirios Zormpas Hi, .nx-input works for the Text field and some of the other fields as well. html(" <style> .nx-input { color: yellow; background-color: red; } </style> ") You can also use .…
Sean
Sean
5 mths ago
Get help
Reported - view
Re: Field labels in RED color
Here is a list of classes for the different field types Text .component.editor.editor-string Text(multiline) .component.editor.editor-string Rich text .component.editor.editor-html Number .component.…
Sean
Sean
5 mths ago
1
Get help
Reported - view
Re: Field labels in RED color
@Rafael The best I can do at this point is change the label color and background color. The error text would be difficult for me to modify. Maybe a tooltip? That's more @Jacques TUR purview.…
Sean
Sean
5 mths ago
Get help
Reported - view
Re: Field labels in RED color
@Sotirios Zormpas you just need to set any field's Required setting to Yes. Ninox just adds or removes the error class based on whether the required field is empty or not.…
Sean
Sean
5 mths ago
1
Get help
Reported - view
Re: Field labels in RED color
You can add a Formula field with this CSS in it to change the label and background color. html(" <style> .component.editor.editor-string.error { background-color: lightgray; } .component.editor.…
Attachment
Sean
Sean
5 mths ago
4
Get help
Reported - view
Re: Interesting HTML functionality
@Fred said: I don't think moving the CSS out of the table formula helps as Ninox renders the whole page at once so it treats all CSS kind of together. You do you. https://medium.com/@dennis.pintilie.…
Attachment
Sean
Sean
8 mths ago
Learn and Share
Reported - view
Re: Interesting HTML functionality
@Fred said: When you open it, if you look at Hiding Elements page you can play around. That's what I did. @Fred said: Well I tried using class but it doesn't seem to make a difference.…
Sean
Sean
8 mths ago
Learn and Share
Reported - view
Re: Interesting HTML functionality
@Fred I've got it working so that it demonstrates specificity. I'm afraid that I fiddled around with it so much that I kind of lost track of what I did and how it differs from the way you had it.…
Attachment
Sean
Sean
8 mths ago
Learn and Share
Reported - view
Re: Interesting HTML functionality
You don't say whether you use classes to differentiate each of your tables or not. This is the way Ninox styles most of their HTML elements. I think the issue is specificity https://developer.mozilla.…
Sean
Sean
8 mths ago
Learn and Share
Reported - view
Re: Need help with my JS/HTML Kanban Board
Hi @MP I got the drag and drop to work through trial and error elimination. I changed a little bit of the CSS just for clarity in my testing. I'm not sure about the adding part and don't know when I…
Attachment
Sean
Sean
8 mths ago
Get help
Reported - view
1
2
3
4
5
71
Ninox-Website
Overview
Learn and Share
Get help
Service status
Documentation
Setup
Installed apps
Public Cloud
Private Cloud
On-Premises
Databases
Tables
Table relationships
Fields and elements
Pages
Views
Import and export
Modules
Printing
Templates
Use cases
Automation
Scripting
Functions
API
My account
Subscriptions
Administration
Manage workspaces
Manage collaborators
Access permissions
Usage overview
Process monitor
View all topics