Skip to main content

Topics

This section allows you to view all Topics made by this member. Note that you can only see Topics made in areas you currently have access to.

Topics - muhdkhokhar

1
Questions / Multiple Form doesn't work
I setup the form with 8 steps and second last I setup submit form but it only submit the last page info

Is there any project file you have I can download and take alook

please
2
Questions / Make dialbox full screen
Add custom CSS

.modal {
  padding: 0 !important; // override inline padding-right added from js
}
.modal .modal-dialog {
  width: 90%;
  max-width: none;
  height: 90%;
  margin: 10;
    -webkit-box-shadow:  0px 0px 10px 5px rgba(0, 0, 0, .8);
    -moz-box-shadow:  0px 0px 10px 5px rgba(0, 0, 0, .8);
    box-shadow:  0px 0px 10px 5px rgba(0, 0, 0, .8);
}
.modal-backdrop {
    background: rgb(181,189,200); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNiNWJkYzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIzNiUiIHN0b3AtY29sb3I9IiM4MjhjOTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjgzNDNiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover,  rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(181,189,200,1)), color-stop(36%,rgba(130,140,149,1)), color-stop(100%,rgba(40,52,59,1))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
   
}
.modal .modal-content {
  height: 100%;
  width: 100;
}


this will modal so beauitful

like this


4
Questions / A Tip to avoid big file size and out of memory

The tip is do not ever copy / duplicate the page.

For example if you want to have an addition edit page , do not duplicate , create new page and make it EDIT page

It makes at least 10MB difference.  I learnt this in very hard way
5
Questions / !! URGENT !! Out of memory


Please let me how to fix this

my project is now increasing over 160MB

I have made a lot of change , I hope i won't lose please help
6
Questions / Project size is going up and up


The project size is going up and up . Its a simple project I have only few custom screens

This make PHPRad very slow and sometime even corrupts

I am luckly to keep commiting to GIT otherwise would have lost whole project

8
Questions / Multi select
Hi
I have list of invoices but I hae disabled the "Delete" button
Now it doesn't show me the multi selection

basically I want users to be able to select more than one record and click custom buttton "Export Invoices"
12
Questions / Edit is not pointing to right record
Hi Team





I have setup so that it should use variant id in the edit page but its not , its just sending the id which obviously won't work

how do i fix this ?