What?
A very quick article on a cool snippet of code, another regular expression, I've been trying out to round up a number or at least to remove the trailing zeros. I could have added this to my Zoho ...
What?
A quick reminder on when I want to apply overall Tax or remove Tax from a quotes product line items.
Why?
I would apply the standard update function and although the response would say it ...
... file to change system field labels
The fix put simply is a CSS hack. Specifically by inspecting the element, removing some of the CSS attributes on the field we want to change, saving it, then returning ...
... a list declaration and append with a end of list suffix; loop through removing HTML tags and while we're at it, storing it in a list for Zoho Deluge:
First of all, here's the HTML SELECT dropdown I ...
... screen starting at coordinates 0,0 (might be different on your setup)...
Note that removing the width and height parameters should simply load the app without resizing it to the maximum width/height ...
... input.myLookup:ui.add(r_EntryID);
}
Additional Note(s):
If removing elements, even if you are using Creator v5, use removeElement() and NOT remove() which got me stuck for a while. This is ...
... of the PDF preview of my HTML code where I've selected a quote and applied a template to it:
The Solution
After removing all styling, taking away classes and ID fields that might have been ...
What?
Some methods of removing trailing spaces, tabs, carriage returns and line feeds (new lines).
How?
First in Transact-SQL:
SELECT
RTRIM( REPLACE( REPLACE( REPLACE( @myString, CHAR(9), ...
... I rely on data submitted through the forms ($_GET array), all the submitted data on the front-end of my component is controlled and not customizable.
I fixed this by removing the reference to router.php ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.