Jimmy Thomsen
Jimmy Thomsen
WSTreeView could also benefit from this - the Render() function makes sure data is loaded when rendered - but this doesn't work if GetDomElement() is used to obtain the DOM...
Perhaps something like this. ``` function format(int) { var negative = (int < 0); var val = Math.abs(int) + ""; var skipLength = val.length % 3; var preVal = val.substring(0,...
Presenters/ProductForm.js has not been upgraded to use Fit.Template yet
Labeled as Bug - this is considered technical debt which needs to be prioritized
@aljailane, can you tell me what browser and browser version you are using? - Thanks
@aljailane, Thanks - could you add the version numbers too, please? Also, please don't add the browsers unless you actually testet and found the problem with these browsers too.
Unfortunately the approach described above scales poorly on mobile. When the width of the screen is reduced, text takes up more space vertically. Defining a height with the 'em' unit...
That's great! Thank you very much :-)
Would it be possible to "redirect" logging to SMLog? That way we already have everything needed in terms of security and log viewer.
It would also make sense to be able to "ask" SMEnvironment whether URL Rewriting is enabled or not - something like: SMEnvironment::GetUrlRewritingEnabled(). However, make sure SMEnvironment does not depend on...