1
Show Posts
This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.
Messages - Erwin
2
General Discussion / Re: New release?
And then visiting and seeing this:
But... the day is still young: 1h45m left <tick tock><tick tock>
3
General Discussion / Re: Download and try pyRAD and nodeRAD
they haven't been maintained yet
but they will be all in one place in the new update!
4
Questions / Re: Navbar Top Right is kind of centered - how to align to the 'real' right?
I noticed that when using document.ready and doing some rearranging on the screen, that the user sees the elements jumping from one place to the other. Because the page is first loaded and then redrawn. In this case of the menu allignment, the change is small so it's hardly noticeable. But with other elements it looks weird. Is there another way to do this?
For example, is it possible to use jquery remove or toggle classes (and others like append) and put the final display 'on hold' and only when the "new" screen is ready, then let the screen show?
5
Questions / Re: Navbar Top Right is kind of centered - how to align to the 'real' right?
I want this:
6
Questions / Re: How to set the width of Modal or Inline View in case of Master-Detail relation ?
https://api.jquery.com/toggleclass/
And the code goes in custom js.
What happens is that you ‘inject’ a class in the element you want to change it’s looks.
7
Questions / Navbar Top Right is kind of centered - how to align to the 'real' right?
Preferrably just with custom CSS
Thanks,
Erwin
8
Questions / Re: circular record progress
@Erwin circular record progress cards are no longer available in the latest version of phprad. It was available in the earlier versions of phprad.
And I’m even more interested in: how can I do this myself?
9
Questions / circular record progress
10
Questions / Re: Showing Count on the tabs and Menu
11
Bugs / bug in dynamic menu component
If Dynamic Menu component is added first to the page, it allows to use Menu Datasource.
After selecting the data (table name, menu value, menu label, order by) the items FilterPage, FilterField, MenuLabel are automatically filled.
Here's the problem (two of them) :
MenuLabel is filled with HTML and CSS tags. That in itself is not a problem if I can edit the item.
However, I cannot -- so I can never change the text color.
When using the dropdown of MenuLabel, it shows a list of tables and not of record fields from the table (like Filter Field correctly does).
Workaround?
Use Menu Datasource ONLY and DO NOT touch the MenuLabel item.
12
Questions / Re: Using a field value in page title and page header.
Now for some of these it’s stated in the description box but others aren’t as clear or obvious.
Cheers!
13
Questions / Re: Using a field value in page title and page header.
14
Bugs / bug or quirk on Safari after modal close of Add page
Situation:
On clients/View page I have a subpage financials/list and a modal component with subpage financials/add.
clients/View shows info about 1 client record, ajax is active.
financials/list shows all records of that 1 client.
What happens?
To add a new financial record for that client, I click on modal button. Modal opens, new data can be entered, click submit.
On Chrome and Edge, the record is added, the modal closes, backdrop is removed, the clients/View is refreshed, the financials/list subpage shows new record. All is well.
On Safari, the record is added, the modal closes, THE BACKDROP REMAINS, the clients/View is refreshed, the financials/list subpage shows new record. The backdrop only goes away after refreshing the page.
What should happen?
On Safari same behaviour as Chrome.
How does this happen?
I think because the modal is still busy getting closed (in particular the fade out), then the page is refreshed and the modal still tries to clean up after itself. But because the modal is gone, it cannot remove itself completely from view and the backdrop remains.
Possible quick and dirty fixes:
Edit the file \app\views\partials\clients\view.php and remove the fade from the class tag of that particular modal.
Alternative:
Add
Code: [Select]
.fadeto custom CSS. This changes the duration from 15s to 0s. However, note that this now applies to all modals!
{
transition: opacity 0s linear !important;
}
15
Suggestions / Re: [solved] Please remove or change the captcha in the forum
Thanks my friend,,
Oh I don’t know how many time you’re supposed to post. I think about ten or fifteen.
Are you getting close to that?