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 - k4fir
2
Questions / Re: How to set the width of Modal or Inline View in case of Master-Detail relation ?
For me didn't work.
Working method is:
1) Edit the file "page-script.js"
2) Go to section you need. e.g.: "$(document).on('click', '.open-page-inline', function(e){"
3) Find line "var newRow = $('<tr class="child-row"><td colspan="' + colspan + '"><div class="row justify-content-center"><div class="col-md-6"> [...]"
4) Modify: "class="col-md-6" " in "class="col-md-12"" or "class="col-md-11"" .whatever works for you !
All the best, Catalin
it's work for me..
thanks !!!
3
Questions / Re: How to set the width of Modal or Inline View in case of Master-Detail relation ?
Dear @Arun:
I've tried many times to apply the solution, no succes.
Can you please give me more details ?
Where to place the code mentioned by you ? :
<script type="text/javascript">
$(document).ready(function(){
if($('.ourlog').length){
$("#mylog").toggleClass('col-md-12');
}
});
</script>
Who is "#mylog" ?
Many thanks in advance for help, Catalin